Skip to content
Snippets Groups Projects
Commit 95de6592 authored by Tim Steiner's avatar Tim Steiner
Browse files

Title tags need closing too!

parent 9e4692f4
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ $template->maincontentarea .= '</div>' . "\n" ...@@ -29,7 +29,7 @@ $template->maincontentarea .= '</div>' . "\n"
. '<div class="clear">' . "\n" . '<div class="clear">' . "\n"
. '</div>' . "\n"; . '</div>' . "\n";
$template->doctitle = '<title>' . $this->layout()->title . ': ' . $this->layout()->tagline; $template->doctitle = '<title>' . $this->layout()->title . ': ' . $this->layout()->tagline . '</title>';
$template->head .= "\n" . $this->headLink()->__toString() $template->head .= "\n" . $this->headLink()->__toString()
. "\n" . $this->headMeta()->__toString() . "\n" . $this->headMeta()->__toString()
. "\n" . $this->headScript()->__toString() . "\n" . $this->headScript()->__toString()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment