Markup fix (quixote/doc/PTL.txt)
Andrew Kuchling <akuchlin-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Wed, 08 Jan 2003 15:38:39 -0500
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/cvs/quixote/doc
In directory hewson:/tmp/cvs-serv20306
Modified Files:
PTL.txt
Log Message:
Markup fix
Index: PTL.txt
===================================================================
RCS file: /home/cvs/quixote/doc/PTL.txt,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- PTL.txt 7 Jan 2003 17:03:46 -0000 1.18
+++ PTL.txt 8 Jan 2003 20:38:37 -0000 1.19
@@ -187,7 +187,7 @@
In the common case, templates won't be dealing with HTML markup from
external sources, so you can write straightforward code. Consider
-this function to generate the contents of the ``HEAD`` element:
+this function to generate the contents of the ``HEAD`` element::
def meta_tags [html] (title, description):
'<title>%s</title>' % title