]> git.mjollnir.org Git - moodle.git/commitdiff
Fix some HTML in messages (wrong <a> and roundcorners support)
authorstronk7 <stronk7>
Tue, 18 Sep 2007 18:24:52 +0000 (18:24 +0000)
committerstronk7 <stronk7>
Tue, 18 Sep 2007 18:24:52 +0000 (18:24 +0000)
message/discussion.php
message/user.php

index c52c41cbc9fe99ef11c80fcbc646f375cf0c53ce..d1c61834d978aa9f3e64836cfbdfc6005563ab80 100644 (file)
@@ -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"
index 98846c3717f1d9831ad5fee3bb6c823985959631..90a93e8494e364bf494d9da94c0c2f3304a615b1 100644 (file)
 
     echo '</td></tr></table>';
 
+    if (!empty($THEME->customcorners)) {
+        print_custom_corners_end(false, 'content');
+    }
+
     echo '</div></div></body></html>'; // Close possible theme tables off
 
 ?>