]> git.mjollnir.org Git - moodle.git/commitdiff
Fix for MDL-7861
authorvyshane <vyshane>
Sun, 7 Jan 2007 10:19:01 +0000 (10:19 +0000)
committervyshane <vyshane>
Sun, 7 Jan 2007 10:19:01 +0000 (10:19 +0000)
mod/forum/discuss.php

index e844fd172f7270a67244898f67d2a91724cd0339..b9f8175aa50e56624969148f49807399ee43fa80 100644 (file)
                 }
             }
             if (!empty($forummenu)) {
-                echo "<div align=\"right\">";
+                echo "<div style=\"float:right;\">";
                 echo popup_form("$CFG->wwwroot/mod/forum/", $forummenu, "forummenu", "",
                                  get_string("movethisdiscussionto", "forum"), "", "", true);
                 echo "</div>";