Explorar el Código

i forgot how to html

development
mauirixxx hace 8 años
padre
commit
e64d6a3871
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      gw-pull.php

+ 1
- 1
gw-pull.php Ver fichero

@@ -22,7 +22,7 @@ if (mysqli_num_rows($result) > 0) {
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 {
echo 'no data to display for that character';


Cargando…
Cancelar
Guardar