mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-7861 some xhtml strict fixes
This commit is contained in:
parent
72dcfd4256
commit
535792b23e
@ -179,7 +179,7 @@ class block_admin_tree extends block_base {
|
||||
|
||||
$this->content->text .= '//]]>' . "\n";
|
||||
$this->content->text .= '</script>' . "\n";
|
||||
$this->content->text .= '<div align="left">' . "\n";
|
||||
$this->content->text .= '<div style="text-align:left">' . "\n";
|
||||
|
||||
$this->content->text .= $this->tempcontent;
|
||||
|
||||
|
@ -96,7 +96,7 @@
|
||||
?>
|
||||
|
||||
|
||||
<table id="layout-table">
|
||||
<table id="layout-table" summary="">
|
||||
<tr>
|
||||
<?php
|
||||
|
||||
@ -233,7 +233,7 @@
|
||||
if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT) || $editing || has_capability('moodle/site:config', get_context_instance(CONTEXT_SYSTEM, SITEID))) {
|
||||
echo '<td style="width: '.$preferred_width_right.'px;" id="right-column">';
|
||||
if (has_capability('moodle/course:update', get_context_instance(CONTEXT_SYSTEM, SITEID))) {
|
||||
echo '<div align="center">'.update_course_icon($SITE->id).'</div>';
|
||||
echo '<div style="text-align:center">'.update_course_icon($SITE->id).'</div>';
|
||||
echo '<br />';
|
||||
}
|
||||
blocks_print_group($PAGE, $pageblocks, BLOCK_POS_RIGHT);
|
||||
|
Loading…
x
Reference in New Issue
Block a user