bug/bug.xhtml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ff2462fa7f5a6c95e830c3b71a3d48a5200e77c7
Author: Jan Holesovsky <ke...@suse.cz>
Date:   Fri Apr 20 16:43:37 2012 +0200

    Fix the URL when the user does has JavaScript disabled.

diff --git a/bug/bug.xhtml b/bug/bug.xhtml
index c0f017b..cc780e9 100644
--- a/bug/bug.xhtml
+++ b/bug/bug.xhtml
@@ -40,7 +40,7 @@
       <div class="message unsupported">This browser version is not supported 
and this page cannot be displayed properly.</div>
       <div class="message nojavascript">JavaScript is disabled and this page 
cannot be displayed.</div>
       <div class="message">
-        <p>Please use <a 
href="/enter_bug.cgi?product=LibreOffice;bug_status=UNCONFIRMED;version=?">bugzilla</a>
 instead to report a problem.</p>
+        <p>Please use <a 
href="http://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice;bug_status=UNCONFIRMED;version=?";>bugzilla</a>
 instead to report a problem.</p>
         <p>It works on all browsers and when JavaScript is disabled.</p>
       </div>
       <div class="eyecandy"></div>
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to