Changes between Initial Version and Version 2 of Ticket #2072
- Timestamp:
- Apr 1, 2008, 9:02:52 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2072
- Property Keywords Confirmed added
-
Property
Version
changed from
to
SVN
-
Ticket #2072 – Description
initial v2 1 1 If i use a link in a page like: 2 2 3 <pre> 3 {{{ 4 4 [http://www.google.com/ http://www.google.com/] 5 </pre> 5 }}} 6 6 7 7 And the click on wikitext to edit the page directly the link will be truncated to: 8 8 9 <pre> 9 {{{ 10 10 [http://www.google.com/] 11 </pre> 11 }}} 12 12 13 So mediawiki will represent it as a <pre>[1]</pre>instead of the url title.13 So mediawiki will represent it as a {{{[1]}}} instead of the url title.