[Pypi-checkins] r926 - trunk/pypi/templates

richard python-checkins at python.org
Fri Jul 1 02:00:22 CEST 2011


Author: richard
Date: Fri Jul  1 02:00:22 2011
New Revision: 926

Modified:
   trunk/pypi/templates/standard_template.pt
Log:
reverse ordering for more useful display in browser tabs

Modified: trunk/pypi/templates/standard_template.pt
==============================================================================
--- trunk/pypi/templates/standard_template.pt	(original)
+++ trunk/pypi/templates/standard_template.pt	Fri Jul  1 02:00:22 2011
@@ -8,7 +8,7 @@
       <META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW" tal:condition="data/norobots"/>
       <meta content="text/html; charset=utf-8" http-equiv="content-type" />
       <base tal:attributes="href data/FULL_PATH_INFO"/>
-      <title tal:content="string:Python Package Index : ${data/title}" />
+      <title tal:content="string:${data/title} : Python Package Index" />
       <meta tal:attributes="content data/keywords" />
       <meta tal:attributes="content data/description" />
        <link rel="alternate" type="application/rss+xml" title="RSS: 30 latest updates" href="http://www.python.org/pypi?:action=rss"/>


More information about the Pypi-checkins mailing list