[Trac-tickets] [The Trac Project] #2989: html preprocessor messes
up with these links
The Trac Project
noreply at edgewall.com
Thu Apr 6 04:59:28 CDT 2006
#2989: html preprocessor messes up with these links
--------------------+-------------------------------------------------------
Reporter: joram | Owner: jonas
Type: defect | Status: new
Priority: normal | Milestone:
Component: wiki | Version: 0.9.3
Severity: normal | Keywords:
--------------------+-------------------------------------------------------
{{{
{{
#!html
<a href="file://\\tbe1fp1\R&D_ACCESS\DEVELOPMENT\R&D - Doc\Automatic Test
Framework\TelindusTestFramework">ActiveTcl installation</a>
}}
}}}
becomes
{{{
<a href="file://\\tbe1fp1\R&D_ACCESS\DEVELOPMENT\R&D -
Doc\Automatic Test Framework\TelindusTestFramework">ActiveTcl
installation</a>
}}}
and
{{{
{{
#!html
<a href="tsvn:http://10.0.24.72/svn/repos/ttf">tsvn checkout</a>
}}
}}}
becomes
{{{
<a>tsvn checkout</a>
}}}
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2989>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list