Merged XHTML fixes from stable

This commit is contained in:
moodler 2006-10-22 08:14:20 +00:00
parent 4f1d9d0383
commit 4c57e8e502
2 changed files with 6 additions and 6 deletions

View file

@ -202,11 +202,11 @@
if (forum_tp_is_tracked($forum, $USER->id)) {
$trtitle = get_string('notrackforum', 'forum');
$trackedlink = '<a title="'.get_string('notrackforum', 'forum').'" href="settracking.php?id='.
$forum->id.'&returnpage=view.php">'.get_string('forumtracked', 'forum').'</a>';
$forum->id.'&amp;returnpage=view.php">'.get_string('forumtracked', 'forum').'</a>';
} else {
$trtitle = get_string('trackforum', 'forum');
$trackedlink = '<a title="'.get_string('trackforum', 'forum').'" href="settracking.php?id='.
$forum->id.'&returnpage=view.php">'.get_string('forumtrackednot', 'forum').'</a>';
$forum->id.'&amp;returnpage=view.php">'.get_string('forumtrackednot', 'forum').'</a>';
}
echo "<br />";
echo "<span class=\"helplink\">$trackedlink</span>";