Removing bad slashes from HTML.

This commit is contained in:
defacer 2005-02-09 15:42:05 +00:00
parent 0ab589983e
commit de4505fef3

View file

@ -71,7 +71,7 @@
$PAGE->print_header($course->shortname.': %fullname%'); $PAGE->print_header($course->shortname.': %fullname%');
echo '<table border="0" cellpadding="3" cellspacing="0" width="100%" id=\"layout-table\">'; echo '<table border="0" cellpadding="3" cellspacing="0" width="100%" id="layout-table">';
echo '<tr valign="top">'; echo '<tr valign="top">';
if(blocks_have_content($pageblocks[BLOCK_POS_LEFT]) || $PAGE->user_is_editing()) { if(blocks_have_content($pageblocks[BLOCK_POS_LEFT]) || $PAGE->user_is_editing()) {