Changes between Version 8 and Version 9 of ExtLinkRewriterPlugin


Ignore:
Timestamp:
Apr 20, 2007, 2:47:09 AM (17 years ago)
Author:
bellbind
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExtLinkRewriterPlugin

    v8 v9  
    1111becomes in html:
    1212{{{
    13 #!html
    1413<a class="ext-link" href="http://foo.bar.com">outgoing site</a>
    1514}}}
     
    1716But, !ExtLinkRewriter converts it as:
    1817{{{
    19 #!html
    2018<a class="ext-link" href="/myredirector.html?http://foo.bar.com" target="_blank">outgoing site</a>
    2119}}}