Skip to content

Commit

Permalink
Fix some HTML in messages (wrong <a> and roundcorners support)
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Sep 18, 2007
1 parent 5228aa2 commit 423c029
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion message/discussion.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</head>
<frameset rows="110,*,0,220">
<noframes><body><?php
echo '<a href="discussion.php?id='.$userid.'&amp;noframesjs=1">'.get_string('noframesjs', 'message').'<a/>';
echo '<a href="discussion.php?id='.$userid.'&amp;noframesjs=1">'.get_string('noframesjs', 'message').'</a>';
?></body></noframes>

<frame src="user.php?id=<?php p($user->id)?>&amp;frame=user" name="user"
Expand Down
4 changes: 4 additions & 0 deletions message/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@

echo '</td></tr></table>';

if (!empty($THEME->customcorners)) {
print_custom_corners_end(false, 'content');
}

echo '</div></div></body></html>'; // Close possible theme tables off

?>

0 comments on commit 423c029

Please sign in to comment.