Admin/website/build/pypager.py
changeset 19554 bc0bef4a124e
parent 19533 fc4c6458d569
child 19560 936becc43435
--- a/Admin/website/build/pypager.py	Wed May 03 12:05:53 2006 +0200
+++ b/Admin/website/build/pypager.py	Wed May 03 17:41:28 2006 +0200
@@ -273,7 +273,7 @@
         if name == u"dummy:wrapper":
             return
         # this list is not exhaustive
-        for tagname, attrname in ((u"a", u"href"), (u"img", u"src"), (u"link", u"href")):
+        for tagname, attrname in ((u"a", u"href"), (u"img", u"src"), (u"link", u"href"), (u"script", u"src")):
             if name == tagname:
                 attrs = self.transformAbsPath(attrs, attrname)
         super(FunctionsHandler, self).startElement(name, attrs)