]> git.mjollnir.org Git - moodle.git/commitdiff
more Strict bending over
authormoodler <moodler>
Wed, 3 Jan 2007 16:04:08 +0000 (16:04 +0000)
committermoodler <moodler>
Wed, 3 Jan 2007 16:04:08 +0000 (16:04 +0000)
13 files changed:
theme/chameleon/header.html
theme/cornflower/header.html
theme/formal_white/header.html
theme/metal/header.html
theme/oceanblue/header.html
theme/orangewhite/header.html
theme/orangewhitepda/header.html
theme/standardblue/header.html
theme/standardgreen/header.html
theme/standardlogo/header.html
theme/standardred/header.html
theme/standardwhite/header.html
theme/wood/header.html

index 78c7601dc031181b15ce64aba37c64e4690967c8..03cedb173e39484bdcae371e5e7c16723c741820 100644 (file)
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html<?php echo $direction ?>>
 <head>
     <?php echo $meta ?>
index 321854f0a49857ffaf06daea4874521b820fa4c5..02374dd2dc7564e13230b2c8709894166a1fda66 100644 (file)
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html<?php echo $direction ?>>
 <head>
     <?php echo $meta ?>
index 2e8efcc4434b986f4bdc9e4ad4594fff745387ed..8fa72f373a812888ba5934880ceca1db51b39157 100644 (file)
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html<?php echo $direction ?>>
 <head>
     <?php echo $meta ?>
@@ -39,7 +39,7 @@
     </div>
 <?php } else if ($heading) { // If no navigation, but a heading, then print a line  
 ?>
-       <hr size="1" noshade="noshade" />
+       <hr noshade="noshade" />
 <?php } ?>
     <!-- END OF HEADER -->
     <div id="content">
index a6aee9c6bf00c8721c66c371067ca3e72bcab8d1..9c8bfee0e7202ed9ca2386314b7c2ae8dcc5d2dc 100644 (file)
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html<?php echo $direction ?>>
 <head>
     <?php echo $meta ?>
@@ -38,7 +38,7 @@
     </div>
 <?php } else if ($heading) { // If no navigation, but a heading, then print a line  
 ?>
-        <hr size="1" noshade="noshade" />
+        <hr noshade="noshade" />
 <?php } ?>
     <div class="clearer">&nbsp;</div>
     <!-- END OF HEADER -->
index a6716ce4a0fcdb0e8110a4f91d039800440bfb70..e69b915eec3ed447019a63f19ecaba635bc09155 100644 (file)
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html<?php echo $direction ?>>
 <head>
     <?php echo $meta ?>
@@ -39,7 +39,7 @@
     </div>   
 <?php } else if ($heading) { // If no navigation, but a heading, then print a line  
 ?>
-        <hr size="1" noshade="noshade" width="98%" />
+        <hr noshade="noshade" width="98%" />
 <?php } ?>
     <!-- END OF HEADER -->
     <div id="content">
index 85c5518fd2c65b38b4b3f8430db4f8e9d4df01aa..e46a104ddbbf0582c3cb08390c3b580bba81772e 100644 (file)
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html<?php echo $direction ?>>
 <head>
     <?php echo $meta ?>
index 85c5518fd2c65b38b4b3f8430db4f8e9d4df01aa..e46a104ddbbf0582c3cb08390c3b580bba81772e 100644 (file)
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html<?php echo $direction ?>>
 <head>
     <?php echo $meta ?>
index 292c09f6cb9fa8e158c7364785a04913cde2ef7a..a9abf31c4cfccbfbbe86bc931e43ed3e58f3a30f 100644 (file)
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html<?php echo $direction ?>>
 <head>
     <?php echo $meta ?>
@@ -38,7 +38,7 @@
     </td></tr></table>
 <?php } else if ($heading) { // If no navigation, but a heading, then print a line  
 ?>
-        <hr size="1" noshade="noshade" />
+        <hr noshade="noshade" />
 <?php } ?>
     <div class="clearer">&nbsp;</div>
     <!-- END OF HEADER -->
index 292c09f6cb9fa8e158c7364785a04913cde2ef7a..a9abf31c4cfccbfbbe86bc931e43ed3e58f3a30f 100644 (file)
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html<?php echo $direction ?>>
 <head>
     <?php echo $meta ?>
@@ -38,7 +38,7 @@
     </td></tr></table>
 <?php } else if ($heading) { // If no navigation, but a heading, then print a line  
 ?>
-        <hr size="1" noshade="noshade" />
+        <hr noshade="noshade" />
 <?php } ?>
     <div class="clearer">&nbsp;</div>
     <!-- END OF HEADER -->
index 14226c71b35dc93c712cecce821a9b75b866f716..483f99adb1fa5dc7a50a7849c08f03ec29e6697a 100644 (file)
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html<?php echo $direction ?>>
 <head>
     <?php echo $meta ?>
@@ -59,7 +59,7 @@
     </div>
 <?php } else if ($heading) { // If no navigation, but a heading, then print a line  
 ?>
-        <hr size="1" noshade="noshade" />
+        <hr noshade="noshade" />
 <?php } ?>
     <!-- END OF HEADER -->
     <div id="content">
index 292c09f6cb9fa8e158c7364785a04913cde2ef7a..a9abf31c4cfccbfbbe86bc931e43ed3e58f3a30f 100644 (file)
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html<?php echo $direction ?>>
 <head>
     <?php echo $meta ?>
@@ -38,7 +38,7 @@
     </td></tr></table>
 <?php } else if ($heading) { // If no navigation, but a heading, then print a line  
 ?>
-        <hr size="1" noshade="noshade" />
+        <hr noshade="noshade" />
 <?php } ?>
     <div class="clearer">&nbsp;</div>
     <!-- END OF HEADER -->
index d87f2fde680b6318ce4a7a7936ac92d36eb59d95..8c33e9e7ae70ed27c5857893d7c687e1fe624294 100644 (file)
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html<?php echo $direction ?>>
 <head>
     <?php echo $meta ?>
@@ -39,7 +39,7 @@
     </div>   
 <?php } else if ($heading) { // If no navigation, but a heading, then print a line  
 ?>
-        <hr size="1" noshade="noshade" />
+        <hr noshade="noshade" />
 <?php } ?>
     <div class="clearer">&nbsp;</div>
     <!-- END OF HEADER -->
index 6984f23fbfca6c6ec9fa86887e8588af72196dd6..f42b997da735cccc8d2222b18797e2e4e75476fe 100644 (file)
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html<?php echo $direction ?>>
 <head>
     <?php echo $meta ?>
@@ -37,7 +37,7 @@
     </div>
 <?php } else if ($heading) { // If no navigation, but a heading, then print a line  
 ?>
-        <hr size="1" noshade="noshade" />
+        <hr noshade="noshade" />
 <?php } ?>
     <div class="clearer">&nbsp;</div>
     <!-- END OF HEADER -->