fixed whitespaces by Peter

This commit is contained in:
messju
2005-05-26 13:47:49 +00:00
parent b84a9d2d46
commit 4fffc09895

View File

@@ -397,7 +397,7 @@ $smarty->assign('contacts',$db->getAll($sql) );
<tr><th>&nbsp;</th><th>Name></th><th>Home</th><th>Cell</th><th>Email</th></tr>
{section name=co loop=$contacts}
<tr>
<td><a href="view.php?id={$contacts[customer].id}">view<a></td>
<td><a href="view.php?id={$contacts[co].id}">view<a></td>
<td>{$contacts[co].name}</td>
<td>{$contacts[co].home}</td>
<td>{$contacts[co].cell}</td>
@@ -511,8 +511,8 @@ $smarty->assign('custid',$data);
<table>
<tr>
<th>index</th><th>id</th>
<th>index_prev</th><th>prev id</th>
<th>index_next</th><th>next id</th>
<th>index_prev</th><th>prev_id</th>
<th>index_next</th><th>next_id</th>
</tr>
{section name=cus loop=$custid}
<tr>
@@ -529,7 +529,7 @@ $smarty->assign('custid',$data);
</para>
<screen>
<![CDATA[
index id index_prev previd index_next nextid
index id index_prev prev_id index_next next_id
0 1001 -1 1 1002
1 1002 0 1001 2 1003
2 1003 1 1002 3 1004