diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-04-05 22:29:59 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-04-05 22:30:38 +0200 |
commit | 973fa319d36053111de343bcfa63adc7d3daae24 (patch) | |
tree | a4620b4f31ee8e1e304fb7a61672a07ad724638d /index.cgi | |
parent | 8e0b3c05a27f81dd3db458f8eaebf0fb648cfed9 (diff) |
Diffstat (limited to 'index.cgi')
-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 $_; |