diff options
-rwxr-xr-x | index.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -128,9 +128,11 @@ if ($form->submitted) { )); } +# fix charset in header # strip div around checkbox field, to support contextually hiding next field sub printhack { $_ = shift; + s,charset=\Kiso\-8859\-1,utf-8,; s,<div class="">,,g; s,</div>\s*(?=<div class="eye color">),,s; print $_; |