Browse Source

i forgot how to html

development
mauirixxx 8 years ago
parent
commit
e64d6a3871
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      gw-pull.php

+ 1
- 1
gw-pull.php View File

@@ -22,7 +22,7 @@ if (mysqli_num_rows($result) > 0) {
echo 'a ' . $row['material']; echo 'a ' . $row['material'];
} }
} }
echo ' at <A HREF="' . $row['wikilink'] . '' . $row['location'] . '</A><BR />';
echo ' at <A HREF="' . $row['wikilink'] . '">' . $row['location'] . '</A><BR />';
} }
} else { } else {
echo 'no data to display for that character'; echo 'no data to display for that character';


Loading…
Cancel
Save