diff options
author | http://ptecza.myopenid.com/ <http://ptecza.myopenid.com/@web> | 2009-01-05 11:20:35 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-01-05 11:20:35 -0500 |
commit | 22358e4b27a02e784cbf608c39bcd12781c8dca6 (patch) | |
tree | 849bccb916e7af6cb43f7ba7fbb47f9366d03ddf | |
parent | 45fa889473ba34a13390549587730fec4142fc99 (diff) |
* Problem with URLs with parentheses
-rw-r--r-- | doc/bugs/URLs_with_parentheses_displayed_badly.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/URLs_with_parentheses_displayed_badly.mdwn b/doc/bugs/URLs_with_parentheses_displayed_badly.mdwn new file mode 100644 index 000000000..f52694e39 --- /dev/null +++ b/doc/bugs/URLs_with_parentheses_displayed_badly.mdwn @@ -0,0 +1,10 @@ +I've noticed that Ikiwiki displays URLs with parentheses badly. The problem occurs +in the latest version 3.00 and older versions. Please look at the link to following +Polish entry about C programming language at Wikipedia (it seems that URLs with +parentheses are popular there): + +[Język programowania C](http://pl.wikipedia.org/wiki/C_(j%C4%99zyk_programowania)) + +I need to escape a closing parenthesis of the URL to fix the problem. + +[Język programowania C](http://pl.wikipedia.org/wiki/C_(j%C4%99zyk_programowania\)) |