Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b5dd52
)
Forum MDL-24212 Added clearfix class to the discussioncontrols div as it is floated...
author
Sam Hemelryk
<sam@moodle.com>
Wed, 15 Sep 2010 03:37:47 +0000
(
03:37
+0000)
committer
Sam Hemelryk
<sam@moodle.com>
Wed, 15 Sep 2010 03:37:47 +0000
(
03:37
+0000)
mod/forum/discuss.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/forum/discuss.php
b/mod/forum/discuss.php
index
a5ef2cf
..
2160ab0
100644
(file)
--- a/
mod/forum/discuss.php
+++ b/
mod/forum/discuss.php
@@
-204,7
+204,7
@@
}
/// Print the controls across the top
- echo '<div class="discussioncontrols">';
+ echo '<div class="discussioncontrols
clearfix
">';
// groups selector not needed here
echo '<div class="displaymode">';