From baac49e1be0d7189da7c28f02efc8be05806c364 Mon Sep 17 00:00:00 2001
From: fantu <fantu@ispconfig3>
Date: Thu, 11 Dec 2008 08:52:03 -0500
Subject: [PATCH] fix some small xhtml error

---
 interface/lib/app.inc.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/interface/lib/app.inc.php b/interface/lib/app.inc.php
index d4e69cc..af82cde 100644
--- a/interface/lib/app.inc.php
+++ b/interface/lib/app.inc.php
@@ -124,8 +124,8 @@
 <br /><br /><br />
 <table width="100%" border="0" cellspacing="0" cellpadding="2">
 <tr>
-<td class="error"><b>Error:</b><br>'.$msg;
-		if($next_link != '') $msg .= '<a href="'.$next_link.'">Next</a><br>';
+<td class="error"><b>Error:</b><br />'.$msg;
+		if($next_link != '') $msg .= '<a href="'.$next_link.'">Next</a><br />';
 		$msg .= '</td>
 </tr>
 </table>

--
Gitblit v1.9.1