Commit d06fbae8 by Jason Bau

fix main.html template -- <title> was eating everything

parent 5122c292
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
${_("Home")} | class.stanford.edu ${_("Home")} | class.stanford.edu
% else: % else:
${page_title_breadcrumbs(self.pagetitle())} ${page_title_breadcrumbs(self.pagetitle())}
</title>
## this needs to be here to prevent the title from mysteriously appearing in the body, in one case ## this needs to be here to prevent the title from mysteriously appearing in the body, in one case
<!--<%block name="pagetitle" />--> <!--<%block name="pagetitle" />-->
...@@ -49,6 +48,8 @@ ...@@ -49,6 +48,8 @@
})(this); })(this);
</script> </script>
% endif % endif
</title>
</%block> </%block>
<script type="text/javascript" src="/jsi18n/"></script> <script type="text/javascript" src="/jsi18n/"></script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment