From: wking Date: Thu, 28 Aug 2008 23:46:40 +0000 (-0400) Subject: Fixed typos in docs.html template. X-Git-Tag: 0.3~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=479840cdc25af8409b5e0fc878eee26d2f12b36f;p=chemdb.git Fixed typos in docs.html template. --- diff --git a/chem_web.py b/chem_web.py index ea362c5..4ea9de0 100755 --- a/chem_web.py +++ b/chem_web.py @@ -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 + - 'Inventory\n' - ' in accordance with the \n' - ' \n' - ' Chemical Hygiene Plan Section E-7.
\n' - 'Door warning\n' - ' in accordance with the Chemical Hygiene Plan Sections\n' - ' E-7\n' - ' and \n' - ' E-10\n' - '.
\n' + ' \n' + ' \n' + ' \n' + ' Inventory\n' + ' in accordance with the \n' + ' \n' + ' Chemical Hygiene Plan Section E-7.
\n' + ' Door warning\n' + ' in accordance with the Chemical Hygiene Plan Sections\n' + ' E-7\n' + ' and \n' + ' E-10\n' + ' .
\n' ' \n' '\n') file(self.dir+'docs.html', 'w').write(docs)