mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 05:25:08 +02:00
MDL-27622 theme_mymobile: whitespace fixes
This commit is contained in:
parent
dddfaa73cb
commit
cf2de1cf10
@ -113,7 +113,7 @@ class theme_mymobile_core_renderer extends core_renderer {
|
||||
|
||||
/**
|
||||
* Returns the dtheme to use for the selected swatch
|
||||
*
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
protected function theme_swatch() {
|
||||
@ -688,7 +688,7 @@ class theme_mymobile_core_renderer extends core_renderer {
|
||||
*/
|
||||
public function blocks_for_region($region) {
|
||||
$blockcontents = $this->page->blocks->get_content_for_region($region, $this);
|
||||
|
||||
|
||||
$output = '';
|
||||
foreach ($blockcontents as $bc) {
|
||||
if ($bc instanceof block_contents) {
|
||||
@ -970,4 +970,4 @@ class theme_mymobile_mod_choice_renderer extends plugin_renderer_base {
|
||||
|
||||
return $html;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user