rehamaltamimi / gwtwiki

Automatically exported from code.google.com/p/gwtwiki
0 stars 0 forks source link

duplication rendering (external) links #90

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. render "[http://www.google.com]"

What is the expected output? What do you see instead?
expected:
<a class="externallink" href="http://www.google.com" rel="nofollow" 
title="http://www.google.com">http://www.google.com</a>

actual:
<a class="externallink" href="http://www.google.com" rel="nofollow" 
title="http://www.google.com"></a><a class="externallink" 
href="http://www.google.com" rel="nofollow" 
title="http://www.google.com">http://www.google.com</a>

What version of the product are you using? On what operating system?
3.0.18-SNAPSHOT

Original issue reported on code.google.com by nico.kru...@googlemail.com on 10 May 2012 at 9:43

GoogleCodeExporter commented 8 years ago
Commited r5107

Original comment by axelclk@gmail.com on 11 May 2012 at 3:14

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 3 Jul 2012 at 5:43