diff -r 0551002b6228 -r c892bf85383e cgi-bin/ius-dav-htuseradd.cgi --- a/cgi-bin/ius-dav-htuseradd.cgi Wed Jul 20 12:42:15 2011 +0200 +++ b/cgi-bin/ius-dav-htuseradd.cgi Wed Jul 20 14:48:12 2011 +0200 @@ -38,14 +38,15 @@ EOC my $q = new CGI; +my $title = 'Befristete WebDAV Zugänge einrichten'; print $q->header( -charset => 'UTF-8' ); print $q->start_html( - -title => $0, + -title => $title, -style => { -code => $css }, -onload => q{document.forms['passwd'].elements['user'].focus();} ), - $q->h3( { -id => 'header' }, 'Befristete WebDAV Zugänge einrichten' ), + $q->h3( { -id => 'header' }, $title ), $q->hr; my $p;