missing ; after &quot

This commit is contained in:
Sebastian Mendel
2005-11-18 13:24:43 +00:00
parent 1f3fe5fa08
commit 2ae5e5f87d
2 changed files with 4 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ $Source$
- common.lib.php should REALLY REALLY and ALWAYS be the first include
- no other calls to grab_gloabls.lib.php
* fixed minimum_common for css files
* header.inc.php: missing ; after &quot
2005-11-17 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: patch #1353283, thanks to Isaac Bennetch

View File

@@ -241,7 +241,7 @@ if (empty($GLOBALS['is_header_sent'])) {
echo '<span class="table_comment"'
.' id="span_table_comment">&quot;'
.htmlspecialchars(implode(' ', $comment))
.'&quot</span>' . "\n";
.'&quot;</span>' . "\n";
} // end if
}
}