missing ; for html entity
This commit is contained in:
@@ -198,7 +198,7 @@ if (empty($GLOBALS['is_header_sent'])) {
|
||||
}
|
||||
echo '<span class="table_comment" id="span_table_comment">'
|
||||
.'"' . htmlspecialchars($show_comment)
|
||||
.'"</span>' . "\n";
|
||||
.'"</span>' . "\n";
|
||||
} // end if
|
||||
} else {
|
||||
// no table selected, display database comment if present
|
||||
|
Reference in New Issue
Block a user