Fixed typos in docs.html template.
authorwking <wking@loki.(none)>
Thu, 28 Aug 2008 23:46:40 +0000 (19:46 -0400)
committerwking <wking@loki.(none)>
Thu, 28 Aug 2008 23:46:40 +0000 (19:46 -0400)
chem_web.py

index ea362c5f107b361f60fe650427845a6a7845ad6e..4ea9de03dc3a014ceb0672246d9f4a85e681bbe1 100755 (executable)
@@ -435,16 +435,19 @@ class templt (object) :
                  file(self.dir+'error.html', 'w').write(stat)
            if not os.path.exists(self.dir+'docs.html') :
                  docs=(html +
-                       '<a href="/docs/inventory.pdf">Inventory</a>\n'
-                       ' in accordance with the \n'
-                       ' <a href="http://www.drexelsafetyandhealth.com/lab-chem.htm#chpe7">\n'
-                       '  Chemical Hygiene Plan Section E-7</a>.<br>\n'
-                       '<a href="/docs/door_warning.pdf">Door warning</a>\n'
-                       ' in accordance with the Chemical Hygiene Plan Sections\n'
-                       ' <a href="http://www.drexelsafetyandhealth.com/lab-chem.htm#chpe7">E-7</a>\n'
-                       ' and \n'
-                       ' <a href="http://www.drexelsafetyandhealth.com/lab-chem.htm#chpe10">E-10</a>\n'
-                       '.<br>\n'
+                       ' <head>\n'
+                       ' </head>\n'
+                       ' <body>\n'
+                       '  <a href="/docs/inventory.pdf">Inventory</a>\n'
+                       '   in accordance with the \n'
+                       '   <a href="http://www.drexelsafetyandhealth.com/lab-chem.htm#chpe7">\n'
+                       '   Chemical Hygiene Plan Section E-7</a>.<br>\n'
+                       '  <a href="/docs/door_warning.pdf">Door warning</a>\n'
+                       '   in accordance with the Chemical Hygiene Plan Sections\n'
+                       '   <a href="http://www.drexelsafetyandhealth.com/lab-chem.htm#chpe7">E-7</a>\n'
+                       '   and \n'
+                       '   <a href="http://www.drexelsafetyandhealth.com/lab-chem.htm#chpe10">E-10</a>\n'
+                       '   .<br>\n'
                        ' </body>\n'
                        '</html>\n')
                  file(self.dir+'docs.html', 'w').write(docs)