mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Fixed tag names in blog
This commit is contained in:
parent
0b2d7e7eca
commit
9cabc6e4af
@ -148,7 +148,7 @@
|
||||
|
||||
/// 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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user