Adjust the spacing for status -> sip status.

This commit is contained in:
Mark Crane 2013-01-02 01:54:09 +00:00
parent 16da52b189
commit 63e91c29bc
1 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ if (strlen($msg) > 0) {
catch(Exception $e) { catch(Exception $e) {
echo $e->getMessage(); echo $e->getMessage();
} }
echo "<br />\n";
echo "<table width='100%' cellpadding='0' cellspacing='0' border='0'>\n"; echo "<table width='100%' cellpadding='0' cellspacing='0' border='0'>\n";
echo "<tr>\n"; echo "<tr>\n";
echo "<td width='50%'>\n"; echo "<td width='50%'>\n";
@ -153,7 +153,7 @@ if (strlen($msg) > 0) {
} }
echo "</table>\n"; echo "</table>\n";
unset($xml); unset($xml);
echo "<br /><br />\n\n"; echo "<br />\n\n";
} }
//sofia status profile //sofia status profile