From 146783b0c7eaa828434f06d500abce07afbd1ea5 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 21 Oct 2013 07:38:36 -0400 Subject: [PATCH] Changed all windows line breaks to unix line breaks (coding guidelines!) --- interface/web/tools/lib/interface.d/tpl_default.menu.php | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/interface/web/tools/lib/interface.d/tpl_default.menu.php b/interface/web/tools/lib/interface.d/tpl_default.menu.php index 7b8555c..f55b480 100644 --- a/interface/web/tools/lib/interface.d/tpl_default.menu.php +++ b/interface/web/tools/lib/interface.d/tpl_default.menu.php @@ -1,8 +1,8 @@ -<?php - -// No settings yet -//$items[] = array( 'title' => 'Default Theme', -// 'target' => 'content', -// 'link' => 'tools/tpl_default.php', -// 'html_id' => 'tpl_default'); -?> +<?php + +// No settings yet +//$items[] = array( 'title' => 'Default Theme', +// 'target' => 'content', +// 'link' => 'tools/tpl_default.php', +// 'html_id' => 'tpl_default'); +?> -- Gitblit v1.9.1