diff options
author | tk <tk@web> | 2011-02-03 21:32:54 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-02-03 21:32:54 +0000 |
commit | 8b7a0067fd8b4ab919f5f7061d564d7a1e973b27 (patch) | |
tree | d8a08a8710ef355c910729356376c3adcc91c4c6 /doc/bugs | |
parent | 7daad4aa36bf032b3c2944a5fc9bd669aff0d6d7 (diff) | |
download | ikiwiki-8b7a0067fd8b4ab919f5f7061d564d7a1e973b27.tar ikiwiki-8b7a0067fd8b4ab919f5f7061d564d7a1e973b27.tar.gz |
adding information
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/External_link:_underscore_conversion.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/bugs/External_link:_underscore_conversion.mdwn b/doc/bugs/External_link:_underscore_conversion.mdwn index ba2719e7e..7e933e512 100644 --- a/doc/bugs/External_link:_underscore_conversion.mdwn +++ b/doc/bugs/External_link:_underscore_conversion.mdwn @@ -4,11 +4,11 @@ found one strange thing here: If i enter a link like this -> [#Wikipedia:Mollison]: <http://www.tagari.com/bills_journal> + [#Wikipedia:Mollison]: <http://www.tagari.com/bills_journal> -it will be converted or encoded to +the underscore appears like this (i inserted a space in the undercore-string to make it 'visible'): -> [2] http://www.tagari.com/billsb14a7b8059d9c055954c92674ce60032journal + <a href="http://www.tagari.com/billsb14a7b8059d9c05 5954c92674ce60032journal">http://www.tagari.com/billsb14a7b8059d9c05 5954c92674ce60032journal</a> Am i doing something wrong? |