Merge branch 'htmlesc'
authorFlorian Forster <octo@leeloo.(none)>
Sun, 11 Jun 2006 14:26:44 +0000 (16:26 +0200)
committerFlorian Forster <octo@leeloo.(none)>
Sun, 11 Jun 2006 14:26:44 +0000 (16:26 +0200)
1  2 
licom.cgi

diff --cc licom.cgi
+++ b/licom.cgi
@@@ -23,6 -23,8 +23,7 @@@ use lib (qw(lib))
  use CGI (':cgi');
  use CGI::Carp (qw(fatalsToBrowser));
  use URI::Escape;
 -use Data::Dumper;
+ use HTML::Entities (qw(encode_entities));
  
  use LiCoM::Config (qw(get_config set_config read_config));
  use LiCoM::Connection ();