missing apostrophe in python code
authorhttp://www.openid.albertlash.com/openid/ <http://www.openid.albertlash.com/openid/@web>
Sat, 14 Nov 2009 19:34:52 +0000 (14:34 -0500)
committerJoey Hess <joey@kitenet.net>
Sat, 14 Nov 2009 19:34:52 +0000 (14:34 -0500)
doc/tips/convert_mediawiki_to_ikiwiki.mdwn

index ab698449406c6dd47ca08bdf60929be728ad87f4..e57144109e55e138790574b74389031b51247310 100644 (file)
@@ -38,7 +38,7 @@ to adjust this script too:
     anchors = pagetable.getElementsByTagName("a")
     for a in anchors:
         print a.firstChild.toxml().\
-            replace('&amp;,'&').\
+            replace('&amp;','&').\
             replace('&lt;','<').\
             replace('&gt;','>')