From bb6e8272e9784d02460e346df99489577a3ea233 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Wed, 6 Jul 2011 18:14:29 -0400 Subject: Not sure what happened here... --- views/layouts/default.html.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php index af60100..904c99d 100644 --- a/views/layouts/default.html.php +++ b/views/layouts/default.html.php @@ -4,11 +4,11 @@ use \lithium\security\Auth; - html->charset() ?> + html->charset(); ?> OtakuHub<?php $title = $this->title(); if ($title) echo " > $title" ?> - html->style(array('style', 'base')) ?> - html->style('themes/light') ?> - html->style('prettyPhoto') ?> + html->style(array('style', 'base')); ?> + html->style('themes/light'); ?> + html->style('prettyPhoto'); ?> styles(); ?>