missing ; for html entity

This commit is contained in:
Sebastian Mendel
2005-12-02 07:32:17 +00:00
parent 93c4ce3294
commit d4309b5e86

View File

@@ -198,7 +198,7 @@ if (empty($GLOBALS['is_header_sent'])) {
} }
echo '<span class="table_comment" id="span_table_comment">' echo '<span class="table_comment" id="span_table_comment">'
.'&quot;' . htmlspecialchars($show_comment) .'&quot;' . htmlspecialchars($show_comment)
.'&quot</span>' . "\n"; .'&quot;</span>' . "\n";
} // end if } // end if
} else { } else {
// no table selected, display database comment if present // no table selected, display database comment if present