CGI.pm: allow error messages to wrap
commit0257885fe46d76449effd280d958da0696cc7f5f
authorKyle J. McKay <mackyle@gmail.com>
Sat, 30 Nov 2013 06:54:55 +0000 (29 22:54 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 30 Nov 2013 06:54:55 +0000 (29 22:54 -0800)
treef845a7b7eca3a8a67b2a1878837ed326da0eda24
parent897339ea251ea6018c7305f2722962c8be523dea
CGI.pm: allow error messages to wrap

When displaying an error message with very long text that does not
contain a natural word wrap boundary force the text to wrap anyway
by using break-word to avoid an ugly page.
Girocco/CGI.pm