From fc11586b03bdf0d62f6c2d31b81cb08a36e8d2c9 Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Sun, 20 May 2012 22:37:54 +0100 Subject: [PATCH] MDL-33118 theme_mymobile: changed MAIN_CONTENT_TOKEN in layout/embedded.php to new format --- theme/mymobile/layout/embedded.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/mymobile/layout/embedded.php b/theme/mymobile/layout/embedded.php index e7fe4f0bdd3..172bc3dcdaa 100644 --- a/theme/mymobile/layout/embedded.php +++ b/theme/mymobile/layout/embedded.php @@ -52,7 +52,7 @@ echo $OUTPUT->doctype() ?>
- + main_content(); ?>
@@ -64,11 +64,11 @@ echo $OUTPUT->doctype() ?>
- + main_content(); ?>
standard_end_of_body_html() ?> - \ No newline at end of file + -- 2.11.4.GIT