diff options
author | Urban Müller | 2012-03-30 14:12:08 +0000 |
---|---|---|
committer | Urban Müller | 2012-03-30 14:12:08 +0000 |
commit | 774527b9dc1c6db1b0782510b650c960c596ac1c (patch) | |
tree | 11207a3abc2c96be6873a2fc2e1947ea7b3fedb3 /it_html.class | |
parent | 07c7a6f9c568fc1d1e20eb75c733ca314e36005e (diff) | |
download | itools-774527b9dc1c6db1b0782510b650c960c596ac1c.tar.gz itools-774527b9dc1c6db1b0782510b650c960c596ac1c.tar.bz2 itools-774527b9dc1c6db1b0782510b650c960c596ac1c.zip |
fix docs
Diffstat (limited to 'it_html.class')
-rw-r--r-- | it_html.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_html.class b/it_html.class index 91e3069..bbf0b75 100644 --- a/it_html.class +++ b/it_html.class @@ -469,7 +469,7 @@ function sanitize($html) } /** - * Decode all entities, ensure latin-1 encoding + * Decode all entities to encoding set for it_html */ function entity_decode($string) { |