outputArticleXML: display tags in zoom mode
This commit is contained in:
parent
4f7bca9bbb
commit
24ecbcae50
1 changed files with 3 additions and 0 deletions
|
@ -4709,6 +4709,9 @@
|
|||
onclick=\"publishWithNote($id, '$note_escaped')\"
|
||||
alt='PubNote' title='".__('Publish article with a note')."'>";
|
||||
|
||||
} else {
|
||||
$tags_str = strip_tags($tags_str);
|
||||
print "<span id=\"ATSTR-$id\">$tags_str</span>";
|
||||
}
|
||||
print "</div>";
|
||||
print "<div clear='both'>$entry_comments</div>";
|
||||
|
|
Loading…
Reference in a new issue