mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
14 lines
427 B
Diff
14 lines
427 B
Diff
Description:
|
|
fix SCRIPT Tag, see: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=322552
|
|
--- a/imageindex
|
|
+++ b/imageindex
|
|
@@ -2325,7 +2325,7 @@
|
|
print "<BODY>\n";
|
|
|
|
# Break out of frames
|
|
- print "<SCRIPT TYPE=\"textvascript\">\n";
|
|
+ print "<SCRIPT TYPE=\"text/javascript\">\n";
|
|
print "if (parent.frames.length > 0) {\n";
|
|
print " parent.location.href = self.document.location\n";
|
|
print "}\n";
|