You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by ag...@apache.org on 2009/12/28 03:15:59 UTC

svn commit: r894125 - /incubator/shindig/trunk/php/src/gadgets/GadgetFeatureRegistry.php

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'; 
         }