]> git.wh0rd.org - tt-rss.git/commitdiff
outputArticleXML: display tags in zoom mode
authorAndrew Dolgov <fox@bah.org.ru>
Tue, 15 Dec 2009 10:36:53 +0000 (13:36 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Tue, 15 Dec 2009 10:36:53 +0000 (13:36 +0300)
functions.php

index 9d32e98f3bbe68e8754bccf7df3602e567e8a2b5..7980b68d8bd7a9d5b3422ddbf0b40229a39a26f7 100644 (file)
                                                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>";