bug 586230
This commit is contained in:
@@ -40,7 +40,6 @@ mysql_free_result($table_info_result);
|
|||||||
* Displays top menu links
|
* Displays top menu links
|
||||||
*/
|
*/
|
||||||
echo '<!-- top menu -->' . "\n";
|
echo '<!-- top menu -->' . "\n";
|
||||||
//$sub_part = '_table_info';
|
|
||||||
require('./tbl_properties_links.php3');
|
require('./tbl_properties_links.php3');
|
||||||
|
|
||||||
|
|
||||||
@@ -51,7 +50,7 @@ if (!empty($show_comment)) {
|
|||||||
?>
|
?>
|
||||||
<!-- Table comment -->
|
<!-- Table comment -->
|
||||||
<p><i>
|
<p><i>
|
||||||
<?php echo $show_comment . "\n"; ?>
|
<?php echo htmlspecialchars($show_comment) . "\n"; ?>
|
||||||
</i></p>
|
</i></p>
|
||||||
<?php
|
<?php
|
||||||
} // end if
|
} // end if
|
||||||
|
Reference in New Issue
Block a user