remove semi-colon
This commit is contained in:
@@ -162,7 +162,7 @@ if (function_exists('PMA_set_enc_form')) {
|
|||||||
<input type="hidden" name="db" value="<?php echo $db;?>" />
|
<input type="hidden" name="db" value="<?php echo $db;?>" />
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<a href="./Documentation.html#faqexport" target="documentation"><?php echo $strDocu; ?></a>;
|
<a href="./Documentation.html#faqexport" target="documentation"><?php echo $strDocu; ?></a>
|
||||||
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
@@ -152,7 +152,7 @@ echo "\n";
|
|||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<a href="./Documentation.html#faqexport" target="documentation"><?php echo $strDocu; ?></a>;
|
<a href="./Documentation.html#faqexport" target="documentation"><?php echo $strDocu; ?></a>
|
||||||
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
Reference in New Issue
Block a user