[Zope3-dev] Just a little html 'bug'

Nicolas Évrard nicoe at altern.org
Thu Jan 22 18:15:29 EST 2004


Hello,

Well this is really tiny but I was wondering why I kept getting bold
characters in my add pages ...

nicoe at smarties ~/cvs/Zope3 % cvs diff src/zope/app/browser/container/adding.py 
Index: src/zope/app/browser/container/adding.py
===================================================================
RCS file: /cvs-repository/Zope3/src/zope/app/browser/container/adding.py,v
retrieving revision 1.40
diff -c -u -r1.40 adding.py
cvs server: conflicting specifications of output style
--- src/zope/app/browser/container/adding.py    17 Dec 2003 21:27:31 -0000     1.40
+++ src/zope/app/browser/container/adding.py    22 Jan 2004 23:12:08 -0000
@@ -100,7 +100,7 @@
             contentName = self.contentName or ''
             return (
                "&nbsp;&nbsp;<input type='submit' name='UPDATE_SUBMIT' value='%s'>"
-               "&nbsp;&nbsp;<b>%s:<b>&nbsp;"
+               "&nbsp;&nbsp;<b>%s:</b>&nbsp;"
                "<input type='text' name='add_input_name' value='%s'>"
                     % (add_button_value, add_button_label, contentName))

-- 
(°>  Nicolas Évrard
/ )  Liège - Belgique
^^



More information about the Zope3-dev mailing list