mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
FIxes for XHTML strict 1.0 MDL-7861
This commit is contained in:
parent
56f8ff513e
commit
d7275959a6
@ -17,7 +17,7 @@
|
||||
<div class="clearer"> </div>
|
||||
<?php } ?>
|
||||
|
||||
<hr size="1" noshade="noshade" />
|
||||
<hr />
|
||||
<div align="center">
|
||||
<?php echo $loggedinas ?>
|
||||
<?php echo $homelink ?>
|
||||
@ -28,7 +28,7 @@
|
||||
<?php if (debugging()) {
|
||||
?>
|
||||
<br />
|
||||
<hr size="1" noshade="noshade" />
|
||||
<hr />
|
||||
<p align="center">
|
||||
<a href="http://validator.w3.org/check?verbose=1&ss=1&uri=<?php echo urlencode(qualified_me()) ?>">Validate HTML</a> |
|
||||
<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&url1=<?php echo urlencode(qualified_me()) ?>">Section 508 Check</a> |
|
||||
|
@ -39,7 +39,7 @@
|
||||
</div>
|
||||
<?php } else if ($heading) { // If no navigation, but a heading, then print a line
|
||||
?>
|
||||
<hr noshade="noshade" />
|
||||
<hr />
|
||||
<?php } ?>
|
||||
<!-- END OF HEADER -->
|
||||
<div id="content">
|
||||
|
@ -2,10 +2,10 @@
|
||||
</div> <!-- end div content -->
|
||||
|
||||
<div id="footer">
|
||||
<hr size="1" noshade="noshade" />
|
||||
<hr />
|
||||
<?php echo $loggedinas ?>
|
||||
<?php echo $homelink ?>
|
||||
<hr size="1" noshade="noshade" />
|
||||
<hr />
|
||||
|
||||
<?php
|
||||
echo '<p class="helplink">';
|
||||
@ -16,7 +16,7 @@
|
||||
<?php if (debugging()) {
|
||||
echo $performanceinfo;
|
||||
?>
|
||||
<hr size="1" noshade="noshade" />
|
||||
<hr />
|
||||
<p align="center">
|
||||
<a href="http://validator.w3.org/check?verbose=1&ss=1&uri=<?php echo urlencode(qualified_me()) ?>">Validate HTML</a> |
|
||||
<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&url1=<?php echo urlencode(qualified_me()) ?>">Section 508 Check</a> |
|
||||
|
@ -38,7 +38,7 @@
|
||||
</div>
|
||||
<?php } else if ($heading) { // If no navigation, but a heading, then print a line
|
||||
?>
|
||||
<hr noshade="noshade" />
|
||||
<hr />
|
||||
<?php } ?>
|
||||
<div class="clearer"> </div>
|
||||
<!-- END OF HEADER -->
|
||||
|
@ -16,7 +16,7 @@
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<hr size="1" noshade="noshade" width="98%"/>
|
||||
<hr />
|
||||
|
||||
<?php echo $loggedinas ?>
|
||||
<?php echo $homelink ?>
|
||||
@ -28,7 +28,7 @@
|
||||
<?php if (debugging()) {
|
||||
?>
|
||||
<br />
|
||||
<hr size="1" noshade="noshade" />
|
||||
<hr />
|
||||
<p align="center">
|
||||
<a href="http://validator.w3.org/check?verbose=1&ss=1&uri=<?php echo urlencode(qualified_me()) ?>">Validate HTML</a> |
|
||||
<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&url1=<?php echo urlencode(qualified_me()) ?>">Section 508 Check</a> |
|
||||
|
@ -39,7 +39,7 @@
|
||||
</div>
|
||||
<?php } else if ($heading) { // If no navigation, but a heading, then print a line
|
||||
?>
|
||||
<hr noshade="noshade" width="98%" />
|
||||
<hr />
|
||||
<?php } ?>
|
||||
<!-- END OF HEADER -->
|
||||
<div id="content">
|
||||
|
@ -39,7 +39,7 @@
|
||||
</div>
|
||||
<?php } else if ($heading) { // If no navigation, but a heading, then print a line
|
||||
?>
|
||||
<hr noshade="noshade" />
|
||||
<hr />
|
||||
<?php } ?>
|
||||
<!-- END OF HEADER -->
|
||||
<div id="content">
|
||||
|
@ -1306,6 +1306,7 @@ body#course-view .headingblock {
|
||||
|
||||
.coursebox {
|
||||
margin-bottom: 8px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.categoryboxcontent,
|
||||
|
@ -2,7 +2,7 @@
|
||||
</div> <!-- end div content -->
|
||||
|
||||
<div id="footer">
|
||||
<hr size="1" noshade="noshade" />
|
||||
<hr />
|
||||
|
||||
<?php
|
||||
echo '<p class="helplink">';
|
||||
|
@ -38,7 +38,7 @@
|
||||
</td></tr></table>
|
||||
<?php } else if ($heading) { // If no navigation, but a heading, then print a line
|
||||
?>
|
||||
<hr noshade="noshade" />
|
||||
<hr />
|
||||
<?php } ?>
|
||||
<div class="clearer"> </div>
|
||||
<!-- END OF HEADER -->
|
||||
|
@ -2,7 +2,7 @@
|
||||
</div> <!-- end div content -->
|
||||
|
||||
<div id="footer">
|
||||
<hr size="1" noshade="noshade" />
|
||||
<hr />
|
||||
|
||||
<?php
|
||||
echo '<p class="helplink">';
|
||||
|
@ -38,7 +38,7 @@
|
||||
</td></tr></table>
|
||||
<?php } else if ($heading) { // If no navigation, but a heading, then print a line
|
||||
?>
|
||||
<hr noshade="noshade" />
|
||||
<hr />
|
||||
<?php } ?>
|
||||
<div class="clearer"> </div>
|
||||
<!-- END OF HEADER -->
|
||||
|
@ -2,7 +2,7 @@
|
||||
</div> <!-- end div content -->
|
||||
|
||||
<div id="footer">
|
||||
<hr size="1" noshade="noshade" />
|
||||
<hr />
|
||||
|
||||
<?php
|
||||
echo '<p class="helplink">';
|
||||
|
@ -59,7 +59,7 @@
|
||||
</div>
|
||||
<?php } else if ($heading) { // If no navigation, but a heading, then print a line
|
||||
?>
|
||||
<hr noshade="noshade" />
|
||||
<hr />
|
||||
<?php } ?>
|
||||
<!-- END OF HEADER -->
|
||||
<div id="content">
|
||||
|
@ -2,7 +2,7 @@
|
||||
</div> <!-- end div content -->
|
||||
|
||||
<div id="footer">
|
||||
<hr size="1" noshade="noshade" />
|
||||
<hr />
|
||||
|
||||
<?php
|
||||
echo '<p class="helplink">';
|
||||
|
@ -38,7 +38,7 @@
|
||||
</td></tr></table>
|
||||
<?php } else if ($heading) { // If no navigation, but a heading, then print a line
|
||||
?>
|
||||
<hr noshade="noshade" />
|
||||
<hr />
|
||||
<?php } ?>
|
||||
<div class="clearer"> </div>
|
||||
<!-- END OF HEADER -->
|
||||
|
@ -2,7 +2,7 @@
|
||||
</div> <!-- end div content -->
|
||||
|
||||
<div id="footer">
|
||||
<hr size="1" noshade="noshade" />
|
||||
<hr />
|
||||
|
||||
<?php
|
||||
echo '<p class="helplink">';
|
||||
|
@ -39,7 +39,7 @@
|
||||
</div>
|
||||
<?php } else if ($heading) { // If no navigation, but a heading, then print a line
|
||||
?>
|
||||
<hr noshade="noshade" />
|
||||
<hr />
|
||||
<?php } ?>
|
||||
<div class="clearer"> </div>
|
||||
<!-- END OF HEADER -->
|
||||
|
@ -37,7 +37,7 @@
|
||||
</div>
|
||||
<?php } else if ($heading) { // If no navigation, but a heading, then print a line
|
||||
?>
|
||||
<hr noshade="noshade" />
|
||||
<hr />
|
||||
<?php } ?>
|
||||
<div class="clearer"> </div>
|
||||
<!-- END OF HEADER -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user