quixote html.py,1.15,1.16
Andrew Kuchling <akuchlin-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]>
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/cvs/quixote
In directory hewson:/tmp/cvs-serv13038
Modified Files:
html.py
Log Message:
Fix comment grammar
Index: html.py
===================================================================
RCS file: /home/cvs/quixote/html.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- html.py 17 Oct 2002 19:33:41 -0000 1.15
+++ html.py 18 Oct 2002 23:46:01 -0000 1.16
@@ -37,7 +37,7 @@
'<a href="%s">do something</a>' % html_quote(url)
If html_quote is not used, old browsers would treat "©" as an entity
-reference and replace it the copyright character. XML processors should
+reference and replace it with the copyright character. XML processors should
treat it as an invalid entity reference.
"""