From 532ae591db5b5f020abf60609ded0d2d32b76d86 Mon Sep 17 00:00:00 2001
From: latham <latham@ispconfig3>
Date: Fri, 08 Apr 2011 15:50:11 -0400
Subject: [PATCH] Remove DOS line returns lathama
---
interface/web/dashboard/templates/custom_menu.htm | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/interface/web/dashboard/templates/custom_menu.htm b/interface/web/dashboard/templates/custom_menu.htm
index 3d2a62c..8fe5bbf 100644
--- a/interface/web/dashboard/templates/custom_menu.htm
+++ b/interface/web/dashboard/templates/custom_menu.htm
@@ -1,8 +1,8 @@
-<ul id="submenu">
- <li class="title"><a>{tmpl_var name='latest_news_txt'}</a></li>
- <tmpl_loop name="news">
- <li><a href="{tmpl_var name="link"}" target="_blank" style="margin-top:8px;padding-bottom:5px;"><b>{tmpl_var name="date"}</b><br />
- {tmpl_var name="title"}</a>
- </li>
- </tmpl_loop>
+<ul id="submenu">
+ <li class="title"><a>{tmpl_var name='latest_news_txt'}</a></li>
+ <tmpl_loop name="news">
+ <li><a href="{tmpl_var name="link"}" target="_blank" style="margin-top:8px;padding-bottom:5px;"><b>{tmpl_var name="date"}</b><br />
+ {tmpl_var name="title"}</a>
+ </li>
+ </tmpl_loop>
</ul>
\ No newline at end of file
--
Gitblit v1.9.1