diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-23 14:58:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-23 14:58:39 -0400 |
commit | 1d1767192c80548755655cfe1ce8e503b392c7c1 (patch) | |
tree | ec27a26e9eba1929e1d379371064d3c0cc6d9ccb /doc/bugs | |
parent | eca900e65934d89ba48c9055eb05482ac0d590fd (diff) |
attachment: Do not escape _ when determining attachment filenames.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/attachment:_escaping_underscores_in_filename__63__.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/attachment:_escaping_underscores_in_filename__63__.mdwn b/doc/bugs/attachment:_escaping_underscores_in_filename__63__.mdwn index 509edd3fa..d7d101700 100644 --- a/doc/bugs/attachment:_escaping_underscores_in_filename__63__.mdwn +++ b/doc/bugs/attachment:_escaping_underscores_in_filename__63__.mdwn @@ -15,3 +15,5 @@ Is it a bug or security feature? --[[Paweł|ptecza]] >> and `myisam__95__vs__95__ndb.ods` files. When I click "Attachments" link, >> I can't see my uploaded files, because there are in another subdirectory >> (`myisam__95__vs__95__ndb` instead of `myisam_vs_ndb`). --[[Paweł|ptecza]] + +> [[done]], uses `linkpage` now. |