Update of /cvsroot/bugzilla-fr/fr/fr/default/global
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32694/fr/default/global
Modified Files:
Tag: Branche_2_16
code-error.html.tmpl
Log Message:
2.16.6 -> 2.16.8
Index: code-error.html.tmpl
===================================================================
RCS file: /cvsroot/bugzilla-fr/fr/fr/default/global/code-error.html.tmpl,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -C2 -d -r1.2 -r1.2.4.1
*** code-error.html.tmpl 12 Dec 2003 15:57:41 -0000 1.2
--- code-error.html.tmpl 7 Feb 2005 23:59:45 -0000 1.2.4.1
***************
*** 37,41 ****
</p>
<script> <!--
! document.write("<p>URL: " + document.location + "</p>");
// -->
</script>
--- 37,45 ----
</p>
<script> <!--
! document.write("<p>URL: " +
! document.location.href.replace(/&/g, "&")
! .replace(/</g, "<")
! .replace(/>/g, ">") +
! "</p>");
// -->
</script>
|