Changeset 2146
- Timestamp:
- 09/08/10 12:02:13 (17 months ago)
- Location:
- plugins/apostrophePlugin/trunk
- Files:
-
- 2 modified
-
lib/form/BaseaMediaVideoEmbedForm.class.php (modified) (1 diff)
-
modules/a/templates/_createPage.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/trunk/lib/form/BaseaMediaVideoEmbedForm.class.php
r1628 r2146 25 25 { 26 26 // Don't let this become a way to embed arbitrary HTML 27 $value = trim(strip_tags($value, "<embed><object><param><applet> "));27 $value = trim(strip_tags($value, "<embed><object><param><applet><iframe>")); 28 28 // Kill any text outside of tags 29 29 if (preg_match_all("/<.*?>/", $value, $matches)) -
plugins/apostrophePlugin/trunk/modules/a/templates/_createPage.php
r2135 r2146 82 82 $('#a-create-page-title').focus(); 83 83 }); 84 85 84 }); 86 85 </script>

