Bogdan Drozdowski commited on 2007-10-02 19:48:29
Zeige 2 geänderte Dateien mit 3 Einfügungen und 2 Löschungen.
| ... | ... |
@@ -106,7 +106,7 @@ individually.</p> |
| 106 | 106 |
<img alt="Network preferences" |
| 107 | 107 |
src="../img/screenshot-osx-choose-interface.png" |
| 108 | 108 |
border="1"> |
| 109 |
-<br><br> |
|
| 109 |
+<br /><br /> |
|
| 110 | 110 |
|
| 111 | 111 |
<p>Select and enter 127.0.0.1 and port 8118 for both |
| 112 | 112 |
Web Proxy (HTTP) and your Secure Web Proxy (HTTPS). |
| ... | ... |
@@ -52,7 +52,8 @@ sub translation_get_basedonrevision_langfile($$$) {
|
| 52 | 52 |
|
| 53 | 53 |
die ("Cannot find 'Based-On-Revision' header in translations's translation metadata of $lang/$page") unless exists $translation->{'Based-On-Revision'};
|
| 54 | 54 |
|
| 55 |
- my ($rev) = $translation->{'Based-On-Revision'};
|
|
| 55 |
+# my ($rev) = $translation->{'Based-On-Revision'};
|
|
| 56 |
+ my ($rev) = $translation->{'Based-On-Revision'} =~ m/([0-9.]+)/;
|
|
| 56 | 57 |
if ($rev eq '') { $rev = '(unknown)'; };
|
| 57 | 58 |
|
| 58 | 59 |
return $rev |
| 59 | 60 |