Skip to content

Commit

Permalink
Fixed tag names in blog
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Apr 13, 2006
1 parent 0b2d7e7 commit 9cabc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/lib.php
Expand Up @@ -148,7 +148,7 @@ function blog_print_entry($blogEntry, $viewtype='full', $filtertype='', $filters

/// Start printing of the blog

echo '<div align="center"><table cellspacing="0" class="forumpost blogpost blog_'.$template['publishstate'].'" width="100%">';
echo '<div align="center"><table cellspacing="0" class="forumpost blogpost blog'.$template['publishstate'].'" width="100%">';

echo '<tr class="header"><td class="picture left">';
print_user_picture($template['userid'], SITEID, $user->picture);
Expand Down

0 comments on commit 9cabc6e

Please sign in to comment.