public
Description: The ultra-lightweight ultra-flexible blogging engine with a fetish for birds and misspellings.
Homepage: http://chyrp.net/
Clone URL: git://github.com/vito/chyrp.git
Click here to lend your support to: chyrp and make a donation at www.pledgie.com !
Prettiness.
vito (author)
Sat Nov 01 12:09:28 -0700 2008
commit  51c92e172bdd9512014a9c45e6f7a9c10fb3c0d7
tree    d70b9b713b0bb66c2f1371f45bbf35d399d9128b
parent  840e868b6db018f7439edfb7343a81fcdea6d324
...
37
38
39
40
 
41
42
43
...
37
38
39
 
40
41
42
43
0
@@ -37,7 +37,7 @@
0
                         <label for="timezone">${ "What time is it?" | translate }</label>
0
                         <select name="timezone" id="timezone">
0
                         {% for zone in timezones %}
0
-                            <option value="$zone.name"${ zone.name | option_selected(site.timezone) }>${ zone.now | strftime("%I:%M %p on %B %e, %Y" | translate) } &mdash; $zone.name</option>
0
+                        <option value="$zone.name"${ zone.name | option_selected(site.timezone) }>${ zone.now | strftime("%I:%M %p on %B %e, %Y" | translate) } &mdash; ${ zone.name | replace("_", " ") | replace("St ", "St. ") }</option>
0
                         {% endfor %}
0
                         </select>
0
                     </p>

Comments