[Libreoffice-commits] .: bug/bug.xhtml

Loic Dachary loic at kemper.freedesktop.org
Wed Sep 21 03:49:53 PDT 2011


 bug/bug.xhtml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4be1639b0c3a7461ab2d8eab83f42bf009b7204f
Author: Loic Dachary <loic at dachary.org>
Date:   Wed Sep 21 12:49:47 2011 +0200

    escape & and < for xslt

diff --git a/bug/bug.xhtml b/bug/bug.xhtml
index ad51d3f..4e1806e 100644
--- a/bug/bug.xhtml
+++ b/bug/bug.xhtml
@@ -183,10 +183,10 @@
           $('.version').text(window.navigator.userAgent);
         } catch(e) {
         }
-        if($.browser.mozilla && parseInt($.browser.version) < 3) {
+        if($.browser.mozilla &amp;&amp; parseInt($.browser.version) &lt; 3) {
           unsupported = true;
         }          
-        if($.browser.opera && parseInt($.browser.version) < 11) {
+        if($.browser.opera &amp;&amp; parseInt($.browser.version) &lt; 11) {
           unsupported = true;
         }          
         if(unsupported) {


More information about the Libreoffice-commits mailing list