diff options
Diffstat (limited to 'www-apps/websvn/files/websvn-1.61-german.patch')
-rw-r--r-- | www-apps/websvn/files/websvn-1.61-german.patch | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/www-apps/websvn/files/websvn-1.61-german.patch b/www-apps/websvn/files/websvn-1.61-german.patch index 1bc3981d109c..3d0e48044220 100644 --- a/www-apps/websvn/files/websvn-1.61-german.patch +++ b/www-apps/websvn/files/websvn-1.61-german.patch @@ -1,8 +1,8 @@ -Index: listing.php
-===================================================================
---- listing.php (Revision 1)
-+++ listing.php (Arbeitskopie)
-@@ -232,7 +232,15 @@
+Index: listing.php +=================================================================== +--- listing.php (Revision 1) ++++ listing.php (Arbeitskopie) +@@ -232,7 +232,15 @@ $vars["action"] = "";
$vars["author"] = $log['author'];
$vars["date"] = $log['date'];
@@ -19,11 +19,11 @@ Index: listing.php $vars["rev"] = $rev;
$vars["lastchangedrev"] = $logrev;
$vars["path"] = $ppath;
-Index: log.php
-===================================================================
---- log.php (Revision 1)
-+++ log.php (Arbeitskopie)
-@@ -162,6 +162,7 @@
+Index: log.php +=================================================================== +--- log.php (Revision 1) ++++ log.php (Arbeitskopie) +@@ -162,6 +162,7 @@ {
// Turn all the HTML entities into real characters.
@@ -31,7 +31,7 @@ Index: log.php if (version_compare(phpversion(), "4.1.0", "<"))
$msg = html_entity_decode($log["message"]);
else
-@@ -215,7 +216,15 @@
+@@ -215,7 +216,15 @@ $listing[$index]["revauthor"] = $log["author"];
$listing[$index]["revage"] = $log["age"];
@@ -48,11 +48,11 @@ Index: log.php $listing[$index]["rowparity"] = "$row";
$row = 1 - $row;
-Index: rss.php
-===================================================================
---- rss.php (Revision 1)
-+++ rss.php (Arbeitskopie)
-@@ -98,7 +98,15 @@
+Index: rss.php +=================================================================== +--- rss.php (Revision 1) ++++ rss.php (Arbeitskopie) +@@ -98,7 +98,15 @@ $url = $config->getURL($rep, $parent, "dir");
|