]> git.mjollnir.org Git - moodle.git/commitdiff
FIxes for XHTML strict 1.0 MDL-7861
authormoodler <moodler>
Thu, 4 Jan 2007 04:44:54 +0000 (04:44 +0000)
committermoodler <moodler>
Thu, 4 Jan 2007 04:44:54 +0000 (04:44 +0000)
19 files changed:
theme/formal_white/footer.html
theme/formal_white/header.html
theme/metal/footer.html
theme/metal/header.html
theme/oceanblue/footer.html
theme/oceanblue/header.html
theme/standard/header.html
theme/standard/styles_layout.css
theme/standardblue/footer.html
theme/standardblue/header.html
theme/standardgreen/footer.html
theme/standardgreen/header.html
theme/standardlogo/footer.html
theme/standardlogo/header.html
theme/standardred/footer.html
theme/standardred/header.html
theme/standardwhite/footer.html
theme/standardwhite/header.html
theme/wood/header.html

index 5a4373377363bd6af3191097003496c1d21770e9..a940d596bae53890f90cb42c635914077b4b5bc1 100644 (file)
@@ -17,7 +17,7 @@
     <div class="clearer">&nbsp;</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&amp;ss=1&amp;uri=<?php echo urlencode(qualified_me()) ?>">Validate HTML</a> |
           <a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&amp;url1=<?php echo urlencode(qualified_me()) ?>">Section 508 Check</a> |
index 8fa72f373a812888ba5934880ceca1db51b39157..6479244a03145cb691a3d4dec8d4b7e431718c28 100644 (file)
@@ -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">
index 7e816eba83f08d01ac112c5f7f7b89b6227888c5..f01301d98d55473b6d1480ee876ea674efb0360f 100644 (file)
@@ -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&amp;ss=1&amp;uri=<?php echo urlencode(qualified_me()) ?>">Validate HTML</a> |
           <a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&amp;url1=<?php echo urlencode(qualified_me()) ?>">Section 508 Check</a> |
index 9c8bfee0e7202ed9ca2386314b7c2ae8dcc5d2dc..d68c012a2a05ccc058ccfd424b93f1b53cfa614e 100644 (file)
@@ -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">&nbsp;</div>
     <!-- END OF HEADER -->
index 0388dc4e52e41233dfe7ebcffe7b953342935f67..6424a717aec809019ed9147e5b6050cec59ab7d3 100644 (file)
@@ -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&amp;ss=1&amp;uri=<?php echo urlencode(qualified_me()) ?>">Validate HTML</a> |
           <a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&amp;url1=<?php echo urlencode(qualified_me()) ?>">Section 508 Check</a> |
index e69b915eec3ed447019a63f19ecaba635bc09155..eb96bddde93f3d6ccc497d3c1e1dd3b847c81188 100644 (file)
@@ -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">
index 5c2b8ea3a5c7076efe89fccc1fa4bd84509b6125..eb96bddde93f3d6ccc497d3c1e1dd3b847c81188 100644 (file)
@@ -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">
index b96eb393a05dff995697c464f9a75551576e6cad..3d017d59e753c90b2eb63de02a8560af5ee3b17d 100644 (file)
@@ -1306,6 +1306,7 @@ body#course-view .headingblock {
 
 .coursebox {
   margin-bottom: 8px;
+  width: 100%;
 }
 
 .categoryboxcontent,
index dfe37111a36082062ae36b9cbc61578e7c8be484..f651f364a54c0701798e973d17d2292244fed8c3 100644 (file)
@@ -2,7 +2,7 @@
 </div> <!-- end div content -->
 
 <div id="footer">
-<hr size="1" noshade="noshade" />
+<hr />
 
 <?php
     echo '<p class="helplink">';
index a9abf31c4cfccbfbbe86bc931e43ed3e58f3a30f..0fd0b1dd5d7830174a816af4e5afd9ee6ee80587 100644 (file)
@@ -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">&nbsp;</div>
     <!-- END OF HEADER -->
index dfe37111a36082062ae36b9cbc61578e7c8be484..f651f364a54c0701798e973d17d2292244fed8c3 100644 (file)
@@ -2,7 +2,7 @@
 </div> <!-- end div content -->
 
 <div id="footer">
-<hr size="1" noshade="noshade" />
+<hr />
 
 <?php
     echo '<p class="helplink">';
index a9abf31c4cfccbfbbe86bc931e43ed3e58f3a30f..0fd0b1dd5d7830174a816af4e5afd9ee6ee80587 100644 (file)
@@ -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">&nbsp;</div>
     <!-- END OF HEADER -->
index dfe37111a36082062ae36b9cbc61578e7c8be484..f651f364a54c0701798e973d17d2292244fed8c3 100644 (file)
@@ -2,7 +2,7 @@
 </div> <!-- end div content -->
 
 <div id="footer">
-<hr size="1" noshade="noshade" />
+<hr />
 
 <?php
     echo '<p class="helplink">';
index 483f99adb1fa5dc7a50a7849c08f03ec29e6697a..2c2bb03c7de4c40f3276327a70ee87b4e9f5e419 100644 (file)
@@ -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">
index dfe37111a36082062ae36b9cbc61578e7c8be484..f651f364a54c0701798e973d17d2292244fed8c3 100644 (file)
@@ -2,7 +2,7 @@
 </div> <!-- end div content -->
 
 <div id="footer">
-<hr size="1" noshade="noshade" />
+<hr />
 
 <?php
     echo '<p class="helplink">';
index a9abf31c4cfccbfbbe86bc931e43ed3e58f3a30f..0fd0b1dd5d7830174a816af4e5afd9ee6ee80587 100644 (file)
@@ -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">&nbsp;</div>
     <!-- END OF HEADER -->
index 6d76503551ee298cb4e1bf52b0f7324fa743ed9a..e63404796cb1c4474d5c74de01c78a5257c1d8f1 100644 (file)
@@ -2,7 +2,7 @@
 </div> <!-- end div content -->
 
 <div id="footer">
-<hr size="1" noshade="noshade" />
+<hr />
 
 <?php
     echo '<p class="helplink">';
index 8c33e9e7ae70ed27c5857893d7c687e1fe624294..3fdad6ad510e47c6014d4b9b0a9ff5ceb574386f 100644 (file)
@@ -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">&nbsp;</div>
     <!-- END OF HEADER -->
index f42b997da735cccc8d2222b18797e2e4e75476fe..76166a67bf1353e0769219896040835ec3d77e45 100644 (file)
@@ -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">&nbsp;</div>
     <!-- END OF HEADER -->