diff options
Diffstat (limited to 'devel/bugzilla/patches/patch-aa')
-rw-r--r-- | devel/bugzilla/patches/patch-aa | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/bugzilla/patches/patch-aa b/devel/bugzilla/patches/patch-aa deleted file mode 100644 index 269c04112d3..00000000000 --- a/devel/bugzilla/patches/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2005/01/06 13:15:27 adrianp Exp $ - ---- template/en/default/global/code-error.html.tmpl.orig 2005-01-06 12:09:35.000000000 +0000 -+++ template/en/default/global/code-error.html.tmpl 2005-01-06 12:10:39.000000000 +0000 -@@ -259,7 +259,10 @@ - the time this message appeared. - </p> - <script type="text/javascript"> <!-- -- document.write("<p>URL: " + document.location + "</p>"); -+ document.write("<p>URL: " + -+ document.location.href.replace(/&/g,"&") -+ .replace(/</g,"<") -+ .replace(/>/g,">") + "</p>"); - // --> - </script> - </tt> |