Module: website Branch: master Commit: 078958a7b62912998f91e0dc6c6868f955f4bdbb URL: http://source.winehq.org/git/website.git/?a=commit;h=078958a7b62912998f91e0d... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Sun Mar 13 20:08:31 2011 +0100 announce: Remove tags/ prefix that newer gitweb doesn't understand. --- include/plugins/announce.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/plugins/announce.php b/include/plugins/announce.php index 8f6df00..29b6932 100644 --- a/include/plugins/announce.php +++ b/include/plugins/announce.php @@ -14,7 +14,7 @@ global $html, $config; $ver = PAGE_PARAMS; // build tag and announce URL -$tag = ($ver == "latest") ? "master" : "tags/wine-" . urlencode($ver); +$tag = ($ver == "latest") ? "master" : "wine-" . urlencode($ver); $announce = $config->git_tree . "/wine.git/" . $tag . ":ANNOUNCE"; // load announce