html-tags are removed if weblog-title should appear as link
This commit is contained in:
parent
a18a819796
commit
40e37188c4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue