Changeset 2267 for pykota/trunk/cgi-bin/pykotme.cgi
- Timestamp:
- 05/21/05 10:18:35 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/cgi-bin/pykotme.cgi
r2265 r2267 81 81 <font size="-2"> 82 82 <a href="http://www.librelogiciel.com/software/">%s</a> 83 © 2003, 2004, 2005%s83 © %s %s 84 84 </font> 85 85 </p> … … 99 99 _("Quote")) 100 100 print self.body 101 print footer % (_("Quote"), version.__doc__, version.__ author__)101 print footer % (_("Quote"), version.__doc__, version.__copyright__, version.__author__) 102 102 103 103 def error(self, message) :