html-tags are removed if weblog-title should appear as link

This commit is contained in:
Robert Gaggl 2002-02-06 07:33:34 +00:00
parent a18a819796
commit 40e37188c4

View file

@ -10,7 +10,7 @@ function title_macro(param) {
if (param && param.linkto) { if (param && param.linkto) {
this.openLink(param); this.openLink(param);
if (this.title) if (this.title)
res.write(this.title); res.write(stripTags(this.title));
else else
res.write("[untitled weblog]"); res.write("[untitled weblog]");
this.closeLink(param); this.closeLink(param);