mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merged XHTML fixes from stable
This commit is contained in:
parent
4f1d9d0383
commit
4c57e8e502
2 changed files with 6 additions and 6 deletions
|
@ -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.'&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.'&returnpage=view.php">'.get_string('forumtrackednot', 'forum').'</a>';
|
||||
}
|
||||
echo "<br />";
|
||||
echo "<span class=\"helplink\">$trackedlink</span>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue