html-tags are stripped for weblog-title
This commit is contained in:
parent
a60a9abcce
commit
193abd9a93
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue