missing ; after "
This commit is contained in:
@@ -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 "
|
||||
|
||||
2005-11-17 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* Documentation.html: patch #1353283, thanks to Isaac Bennetch
|
||||
|
@@ -241,7 +241,7 @@ if (empty($GLOBALS['is_header_sent'])) {
|
||||
echo '<span class="table_comment"'
|
||||
.' id="span_table_comment">"'
|
||||
.htmlspecialchars(implode(' ', $comment))
|
||||
.'"</span>' . "\n";
|
||||
.'"</span>' . "\n";
|
||||
} // end if
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user