bug/bug.xhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 4be1639b0c3a7461ab2d8eab83f42bf009b7204f Author: Loic Dachary <l...@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 && parseInt($.browser.version) < 3) { unsupported = true; } - if($.browser.opera && parseInt($.browser.version) < 11) { + if($.browser.opera && parseInt($.browser.version) < 11) { unsupported = true; } if(unsupported) { _______________________________________________ Libreoffice-commits mailing list Libreoffice-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits