summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-12-15 13:37:13 +0300
committerAndrew Dolgov <[email protected]>2009-12-15 13:37:13 +0300
commit97f31c4810f42e49394d43be6b8ce65a6b6f62d7 (patch)
treed543864775004e8fd875c00dca85bf0f59d137e3 /functions.php
parent6061ca7624a2a173babe97f03e66a748a9dd2cde (diff)
parent24ecbcae503da6a104ad38bf2b618c3f6024be64 (diff)
Merge branch 'master' of /home/fox/public_html/testbox/tt-rss
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 9d32e98f3..7980b68d8 100644
--- a/functions.php
+++ b/functions.php
@@ -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>";