]> mj.ucw.cz Git - gallery.git/blobdiff - lib/UCW/Gallery/Web.pm
Title and SubTitle are now consistently interpreted as HTML
[gallery.git] / lib / UCW / Gallery / Web.pm
index 4b39e3b61ce57d0fa79234dfcbd4e6d16295c270..78445c6f727b0e6be53c62ed93b9a35693599d14 100644 (file)
@@ -51,7 +51,7 @@ sub showing_image($) {
 
 sub html_top($) {
        my ($self) = @_;
-       my $title = UCW::CGI::html_escape($self->get('Title'));
+       my $title = $self->get('Title');
        my $hextras = $self->extras('WebHeadExtras');
        my $theme_hextras = $self->theme_head_extras;
        print <<EOF ;