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/dns/templates/dns_records_edit.htm | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/interface/web/dns/templates/dns_records_edit.htm b/interface/web/dns/templates/dns_records_edit.htm index 1feb3f9..1ae070c 100644 --- a/interface/web/dns/templates/dns_records_edit.htm +++ b/interface/web/dns/templates/dns_records_edit.htm @@ -1,12 +1,12 @@ -<h2><tmpl_var name="list_head_txt"></h2> -<p><tmpl_var name="list_desc_txt"></p> - -<div class="panel panel_dns_soa"> - - {tmpl_var name='dns_records'} - - <div class="pnl_formsarea"> - <input type="hidden" name="id" value="{tmpl_var name='id'}"> - </div> - -</div> +<h2><tmpl_var name="list_head_txt"></h2> +<p><tmpl_var name="list_desc_txt"></p> + +<div class="panel panel_dns_soa"> + + {tmpl_var name='dns_records'} + + <div class="pnl_formsarea"> + <input type="hidden" name="id" value="{tmpl_var name='id'}"> + </div> + +</div> -- Gitblit v1.9.1