From: <bra...@us...> - 2009-12-01 20:54:53
|
Revision: 2933 http://archive-access.svn.sourceforge.net/archive-access/?rev=2933&view=rev Author: bradtofel Date: 2009-12-01 20:54:41 +0000 (Tue, 01 Dec 2009) Log Message: ----------- BUGFIX: was mis-referencing jsBlockHandler Modified Paths: -------------- trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/ArchivalUrlSaxReplay.xml Modified: trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/ArchivalUrlSaxReplay.xml =================================================================== --- trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/ArchivalUrlSaxReplay.xml 2009-12-01 20:51:38 UTC (rev 2932) +++ trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/ArchivalUrlSaxReplay.xml 2009-12-01 20:54:41 UTC (rev 2933) @@ -160,7 +160,7 @@ </bean> <bean class="org.archive.wayback.replay.html.rules.AttributeModifyingRule"> <property name="modifyAttributeName" value="ONCLICK" /> - <property name="transformer" ref="jsBlockRewriter" /> + <property name="transformer" ref="jsBlockHandler" /> </bean> <bean class="org.archive.wayback.replay.html.rules.AttributeModifyingRule"> <property name="modifyAttributeName" value="style" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |