[Pypi-checkins] r894 - trunk/pypi/templates
martin.von.loewis
python-checkins at python.org
Mon Mar 7 23:13:05 CET 2011
Author: martin.von.loewis
Date: Mon Mar 7 23:13:05 2011
New Revision: 894
Modified:
trunk/pypi/templates/standard_template.pt
Log:
Make python-3.png link relative to support https better.
Modified: trunk/pypi/templates/standard_template.pt
==============================================================================
--- trunk/pypi/templates/standard_template.pt (original)
+++ trunk/pypi/templates/standard_template.pt Mon Mar 7 23:13:05 2011
@@ -30,7 +30,7 @@
<h1 id="logoheader">
<a accesskey="1" href="http://www.python.org" id="logolink">
<tal:x condition="python:data.get('is_py3k')">
- <img src="http://pypi.python.org/python-3.png" alt="homepage" border="0" id="logo" />
+ <img src="/python-3.png" alt="homepage" border="0" id="logo" />
</tal:x>
<tal:x condition="python:not data.get('is_py3k')">
<img tal:attributes="src string:${app/config/pydotorg}images/python-logo.gif" alt="homepage" border="0" id="logo" />
More information about the Pypi-checkins
mailing list