Skip to content

Commit

Permalink
Fixed missing style
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed May 27, 2004
1 parent 089a1ab commit 51f9729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/format/social/format.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
} else {
$subtext = get_string("subscribe", "forum");
}
$headertext = "<table border=0 width=100% cellpadding=0 cellspacing=0><tr><td>".
$headertext = "<table border=0 width=100% cellpadding=0 cellspacing=0 class=headingblockcontent><tr><td>".
get_string("socialheadline").
"</td><td align=right><font size=1>".
"<a href=\"../mod/forum/subscribe.php?id=$social->id\">$subtext</a></td>".
Expand Down

0 comments on commit 51f9729

Please sign in to comment.