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:
68bcca4
)
MDL-28292 block_html: white space fix
author
Sam Hemelryk
<sam@moodle.com>
Sun, 6 Nov 2011 23:33:18 +0000
(12:33 +1300)
committer
Sam Hemelryk
<sam@moodle.com>
Sun, 6 Nov 2011 23:33:18 +0000
(12:33 +1300)
blocks/html/block_html.php
patch
|
blob
|
blame
|
history
diff --git
a/blocks/html/block_html.php
b/blocks/html/block_html.php
index
c896281
..
f030401
100644
(file)
--- a/
blocks/html/block_html.php
+++ b/
blocks/html/block_html.php
@@
-121,7
+121,7
@@
class block_html extends block_base {
return true;
}
-
+
/**
* The block should only be dockable when the title of the block is not empty
* and when parent allows docking.