File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
wiki/wiki/data/plugin/theme Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 </ head >
2424 < body class ="body " onload ="resetList(); ">
2525 < h1 id ="logoheader ">
26- < img src ="http ://python.org/images/python-logo.gif " alt ="logo " border ="0 " />
26+ < img src ="https ://python.org/images/python-logo.gif " alt ="logo " border ="0 " />
2727 </ h1 >
2828< div id ="content-body ">
2929< div id ="content ">
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ <h1><a href="/">Roundup Tracker - Issues</a></h1>
4141 < div class ="menu ">
4242 < ul >
4343 < li > < a href ="http://www.roundup-tracker.org " title ="home... "> Home</ a > </ li >
44- < li > < a href ="http ://pypi.python.org/pypi/roundup " title ="Get it ! "> Download</ a > </ li >
44+ < li > < a href ="https ://pypi.python.org/pypi/roundup " title ="Get it ! "> Download</ a > </ li >
4545 < li > < a href ="http://www.roundup-tracker.org/docs.html " title ="What you always wanted to know... "> Docs</ a > </ li >
4646 < li class ="current "> < a href ="/ " i18n:translate =""> Issues</ a >
4747 < ul tal:condition ="python:request.user.hasPermission('View', 'issue') ">
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def menu(self, d):
2929 u'<div class="menu">' ,
3030 u' <ul>' ,
3131 u' <li><a href="http://www.roundup-tracker.org">Home</a></li>' ,
32- u' <li><a href="http ://pypi.python.org/pypi/roundup">Download</a></li>' ,
32+ u' <li><a href="https ://pypi.python.org/pypi/roundup">Download</a></li>' ,
3333 u' <li><a href="http://www.roundup-tracker.org/docs.html">Docs</a></li>' ,
3434 u' <li><a href="https://issues.roundup-tracker.org">Issues</a></li>' ,
3535 u' <li><a href="http://www.roundup-tracker.org/contact.html">Contact</a></li>' ,
You can’t perform that action at this time.
0 commit comments