remove semi-colon

This commit is contained in:
Marc Delisle
2002-07-15 14:21:22 +00:00
parent 0176f64406
commit a45eb6644f
2 changed files with 2 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ if (function_exists('PMA_set_enc_form')) {
<input type="hidden" name="db" value="<?php echo $db;?>" />
</form>
<a href="./Documentation.html#faqexport" target="documentation"><?php echo $strDocu; ?></a>;
<a href="./Documentation.html#faqexport" target="documentation"><?php echo $strDocu; ?></a>
<?php

View File

@@ -152,7 +152,7 @@ echo "\n";
</table>
</form>
<a href="./Documentation.html#faqexport" target="documentation"><?php echo $strDocu; ?></a>;
<a href="./Documentation.html#faqexport" target="documentation"><?php echo $strDocu; ?></a>
<?php