Changeset 11683
- Timestamp:
- Feb 11, 2013, 5:38:08 PM (13 years ago)
- Location:
- branches/1.0-stable/trac/wiki
- Files:
-
- 2 edited
-
formatter.py (modified) (1 diff)
-
tests/wiki-tests.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0-stable/trac/wiki/formatter.py
r11490 r11683 576 576 target = unquote_label(fullmatch.group('stgtbr')) 577 577 match = match[1:-1] 578 return '<%s>' % \578 return u'<%s>' % \ 579 579 self._make_link(ns, target, match, match, fullmatch) 580 580 -
branches/1.0-stable/trac/wiki/tests/wiki-tests.txt
r11490 r11683 315 315 <p> 316 316 nolink:"<blink>" 317 </p> 318 ------------------------------ 319 ============================== Bracketed links 320 See <http://en.wikipedia.org/wiki/Mornington_Crescent_(game)> 321 ------------------------------ 322 <p> 323 See <<a class="ext-link" href="http://en.wikipedia.org/wiki/Mornington_Crescent_(game)"><span class="icon"></span>http://en.wikipedia.org/wiki/Mornington_Crescent_(game)</a>> 317 324 </p> 318 325 ------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.
