[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r11748: Translation/mainetance update of web-svn (in website/trunk: docs/en include)
Author: bogdro
Date: 2007-10-02 13:48:29 -0400 (Tue, 02 Oct 2007)
New Revision: 11748
Modified:
website/trunk/docs/en/tor-doc-osx.wml
website/trunk/include/functions.wmi
Log:
Translation/mainetance update of web-svn
Modified: website/trunk/docs/en/tor-doc-osx.wml
===================================================================
--- website/trunk/docs/en/tor-doc-osx.wml 2007-10-02 16:54:58 UTC (rev 11747)
+++ website/trunk/docs/en/tor-doc-osx.wml 2007-10-02 17:48:29 UTC (rev 11748)
@@ -106,7 +106,7 @@
<img alt="Network preferences"
src="../img/screenshot-osx-choose-interface.png"
border="1">
-<br><br>
+<br /><br />
<p>Select and enter 127.0.0.1 and port 8118 for both
Web Proxy (HTTP) and your Secure Web Proxy (HTTPS).
Modified: website/trunk/include/functions.wmi
===================================================================
--- website/trunk/include/functions.wmi 2007-10-02 16:54:58 UTC (rev 11747)
+++ website/trunk/include/functions.wmi 2007-10-02 17:48:29 UTC (rev 11748)
@@ -52,7 +52,8 @@
die ("Cannot find 'Based-On-Revision' header in translations's translation metadata of $lang/$page") unless exists $translation->{'Based-On-Revision'};
- my ($rev) = $translation->{'Based-On-Revision'};
+# my ($rev) = $translation->{'Based-On-Revision'};
+ my ($rev) = $translation->{'Based-On-Revision'} =~ m/([0-9.]+)/;
if ($rev eq '') { $rev = '(unknown)'; };
return $rev