Subject: | error when entire contents are stripped |
Date: | Sun, 9 Oct 2011 01:20:05 -0500 |
To: | bug-html-restrict [...] rt.cpan.org |
From: | Rick Moore <xbj9000 [...] gmail.com> |
Hello, I noticed I get a 500 error in my Dancer app when an entire
variable was html code (and therefore entirely stripped), leaving a null
variable. Below is a paste of the error I get:
Warning caught during route execution: Use of uninitialized value $text
in substitution (s///) at /usr/share/perl5/vendor_perl/HTML/Restrict.pm
line 126.
Thanks for looking into this. :)