I want to implement a rule to change
<script src='/DesktopModules/DigFlash/swfobject.js'>
into
<script src="/DesktopModules/DigFlash/swfobject.js" type="text/javascript">
can anyone help?
Hi Bo, This should work:
Search For:
'/DesktopModules/DigFlash/swfobject.js'
Replace With:
"/DesktopModules/DigFlash/swfobject.js" type="text/javascript"