Author: agektmr
Date: Mon Dec 28 02:15:52 2009
New Revision: 894125

URL: http://svn.apache.org/viewvc?rev=894125&view=rev
Log:
renamed hard coded html-sanitizer.js link since it's been changed on feature.xml

Modified:
    incubator/shindig/trunk/php/src/gadgets/GadgetFeatureRegistry.php

Modified: incubator/shindig/trunk/php/src/gadgets/GadgetFeatureRegistry.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/gadgets/GadgetFeatureRegistry.php?rev=894125&r1=894124&r2=894125&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/gadgets/GadgetFeatureRegistry.php (original)
+++ incubator/shindig/trunk/php/src/gadgets/GadgetFeatureRegistry.php Mon Dec 
28 02:15:52 2009
@@ -210,7 +210,7 @@
         $content = trim($attributes['src']);
 
         // Make html-santitization work see SHINDIG-346
-        if ($content == 'res://com/google/caja/plugin/html-sanitizer.js') { 
+        if ($content == 
'res://com/google/caja/plugin/html-sanitizer-minified.js') { 
           $content= 
'http://google-caja.googlecode.com/svn/trunk/src/com/google/caja/plugin/html-sanitizer.js';
 
         } 
 


Reply via email to