[Pkg-mozext-commits] [sage-extension] 40/49: strip param tags
David Prévot
taffit at moszumanska.debian.org
Fri May 1 03:10:55 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag sage_1_3_10
in repository sage-extension.
commit adc4e8b120d4cab72fa6cbe15bc76e5aaa52e271
Author: Peter Andrews <petea at jhu.edu>
Date: Thu Oct 5 06:06:57 2006 +0000
strip param tags
---
src/sage/content/filterhtmlhandler.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/sage/content/filterhtmlhandler.js b/src/sage/content/filterhtmlhandler.js
index 140581d..bf19d07 100644
--- a/src/sage/content/filterhtmlhandler.js
+++ b/src/sage/content/filterhtmlhandler.js
@@ -70,6 +70,7 @@ FilterHtmlHandler.prototype = {
case "meta":
case "applet":
case "object":
+ case "param":
case "frame":
case "frameset":
case "iframe":
@@ -100,6 +101,7 @@ FilterHtmlHandler.prototype = {
case "embed":
case "applet":
case "object":
+ case "param":
case "frame":
case "frameset":
case "iframe":
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/sage-extension.git
More information about the Pkg-mozext-commits
mailing list