diff --git a/theming_example/theming_example.module b/theming_example/theming_example.module
index b888033..3c897f5 100644
--- a/theming_example/theming_example.module
+++ b/theming_example/theming_example.module
@@ -151,6 +151,7 @@ function theming_example_theme() {
  * @see form_example_elements.inc
  */
 function theming_example_page() {
+  //$content['#children'] = array();
   $content[] = t('Some examples of pages and forms that are run through theme functions.');
   $content[] = l(t('Simple page with a list'), 'examples/theming_example/theming_example_list_page');
   $content[] = l(t('Simple form 1'), 'examples/theming_example/theming_example_select_form');
