aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/PNG_triggers_UTF-8_error_in_MimeInfo.pm.mdwn
diff options
context:
space:
mode:
authorcfm <cfm@web>2009-02-08 11:18:51 -0500
committerJoey Hess <joey@kitenet.net>2009-02-08 11:18:51 -0500
commit73b168079a32123b2b6979772fbe611d4dc580a7 (patch)
tree823dad78094306aa1b105dcc50b3764da7f6b88a /doc/bugs/PNG_triggers_UTF-8_error_in_MimeInfo.pm.mdwn
parent8ed097beb1e01e7cb6530650277b62645e848d4e (diff)
downloadikiwiki-73b168079a32123b2b6979772fbe611d4dc580a7.tar
ikiwiki-73b168079a32123b2b6979772fbe611d4dc580a7.tar.gz
Expanded report to mention PageSpec and workaround.
Diffstat (limited to 'doc/bugs/PNG_triggers_UTF-8_error_in_MimeInfo.pm.mdwn')
-rw-r--r--doc/bugs/PNG_triggers_UTF-8_error_in_MimeInfo.pm.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bugs/PNG_triggers_UTF-8_error_in_MimeInfo.pm.mdwn b/doc/bugs/PNG_triggers_UTF-8_error_in_MimeInfo.pm.mdwn
index e9aba88cc..041f63a62 100644
--- a/doc/bugs/PNG_triggers_UTF-8_error_in_MimeInfo.pm.mdwn
+++ b/doc/bugs/PNG_triggers_UTF-8_error_in_MimeInfo.pm.mdwn
@@ -1,5 +1,5 @@
-When including a PNG image in a blog, [[ikiwiki/directive/inline]] directives throw an error:
+If a PNG image matches the [[ikiwiki/PageSpec]] of an [[ikiwiki/directive/inline]] directive, the page throws the following error:
> \[[!inline Error: Malformed UTF-8 character (fatal) at /usr/local/lib/perl5/site_perl/5.8.8/File/MimeInfo.pm line 120.]]
-Individual posts display fine.
+Individual posts display fine, and moving the offending image outside the scope of the [[ikiwiki/directive/inline]] directive's PageSpec eliminates the error.