summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-19 10:51:51 +0100
committerAndrew Dolgov <[email protected]>2009-01-19 10:51:51 +0100
commit64ab16acfa10ead7cd495524eeafb83c36e91581 (patch)
treeb7e0947a3748f906f1e9d8a3fc30d12373d89bb8 /functions.php
parent958e3f4ff42190d6a162ca67584a447ae6b5d523 (diff)
css tweaks
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 6a1eebee3..5e033005b 100644
--- a/functions.php
+++ b/functions.php
@@ -4732,8 +4732,9 @@
print "</div>";
print "<div class=\"postIcon\">" . $feed_icon . "</div>";
+
print "<div class=\"postContent\">";
-
+
#print "<div id=\"allEntryTags\">".__('Tags:')." $f_tags_str</div>";
$article_content = sanitize_rss($link, $line["content"]);