From 0e269484a97a41dac8765449cf6f6d52aad6ca69 Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Wed, 04 Jul 2012 22:18:54 -0400
Subject: [PATCH] cleaned up code formating on all template files

---
 interface/web/dns/templates/dns_records_edit.htm |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/interface/web/dns/templates/dns_records_edit.htm b/interface/web/dns/templates/dns_records_edit.htm
index 1ae070c..f7852ea 100644
--- a/interface/web/dns/templates/dns_records_edit.htm
+++ b/interface/web/dns/templates/dns_records_edit.htm
@@ -3,10 +3,10 @@
 
 <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>
+    {tmpl_var name='dns_records'}
+
+    <div class="pnl_formsarea">
+        <input type="hidden" name="id" value="{tmpl_var name='id'}">
+    </div>
   
-</div>
+</div>
\ No newline at end of file

--
Gitblit v1.9.1