Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mwlib
diff options
context:
space:
mode:
authorChris Ball <cjb@laptop.org>2008-05-26 00:11:28 (GMT)
committer Chris Ball <cjb@laptop.org>2008-05-26 00:11:28 (GMT)
commit4231b898321ebb650126ff425b7899e4e6d6983e (patch)
treec1873af68f2da2104b587129d385abe65188585f /mwlib
parent4af797b7cfa7d9ced5c7d45d954209a83bf8ad70 (diff)
Fix links to pullcord.
Diffstat (limited to 'mwlib')
-rwxr-xr-xmwlib/htmlwriter.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mwlib/htmlwriter.py b/mwlib/htmlwriter.py
index 8912b3d..e7163a2 100755
--- a/mwlib/htmlwriter.py
+++ b/mwlib/htmlwriter.py
@@ -358,13 +358,13 @@ class HTMLWriter(object):
# Report rendering problem.
self.out.write('&middot; <a class="offsite" ')
- self.out.write('href="http:/pullcord.laptop.org:8000/render?q=')
+ self.out.write('href="http://pullcord.laptop.org:8000/render?q=')
self._write(a.caption)
self.out.write('">Haz clic aquí si esta página contiene errores de presentación</a> ')
# Report inappropriate content.
self.out.write('&middot; <a class="offsite" ')
- self.out.write('href="http:/pullcord.laptop.org:8000/report?q=')
+ self.out.write('href="http://pullcord.laptop.org:8000/report?q=')
self._write(a.caption)
self.out.write('">Esta página contiene material inapropiado</a>')