Tweak (quixote/doc/upgrading.txt)

Andrew Kuchling <akuchlin-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Tue, 07 Jan 2003 12:12:10 -0500
Newsgroups gmane.comp.web.quixote.cvs
Message-ID <[email protected]>
Update of /home/cvs/quixote/doc
In directory hewson:/tmp/cvs-serv18635

Modified Files:
	upgrading.txt 
Log Message:
Tweak

Index: upgrading.txt
===================================================================
RCS file: /home/cvs/quixote/doc/upgrading.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- upgrading.txt	6 Jan 2003 20:13:16 -0000	1.5
+++ upgrading.txt	7 Jan 2003 17:12:08 -0000	1.6
@@ -15,9 +15,9 @@
 The widget and form classes in the ``quixote.form`` package now return
 ``htmltext`` instances.  Applications that use forms and widgets will
 likely have to be changed to use the ``[html]`` template type to avoid
-over-escaping of HTML special characters. 
+over-escaping of HTML special characters.
 
-The constructor arguments to ``SelectWidget`` and its subclasses have
+Also, the constructor arguments to ``SelectWidget`` and its subclasses have
 changed.  This only affects applications that use the form framework
 located in the ``quixote.form`` package.