html-tags are stripped for weblog-title

This commit is contained in:
Robert Gaggl 2002-02-06 18:06:57 +00:00
parent a60a9abcce
commit 193abd9a93

View file

@ -77,7 +77,7 @@ function evalPreferences(param,modifier) {
result.error = true; result.error = true;
return (result); return (result);
} }
this.title = param.title; this.title = stripTags(param.title);
this.tagline = param.tagline; this.tagline = param.tagline;
this.email = param.email; this.email = param.email;
this.bgcolor = param.bgcolor; this.bgcolor = param.bgcolor;