Revision 6c07db48
Added by Phil Davis about 10 years ago
usr/local/www/interfaces_ppps.php | ||
---|---|---|
119 | 119 |
$i = 0; |
120 | 120 |
foreach ($a_ppps as $id => $ppp): |
121 | 121 |
?> |
122 |
<tr ondblclick="document.location='interfaces_ppps_edit.php?id=<?=$i;?>'">
|
|
122 |
<tr ondblclick="document.location='interfaces_ppps_edit.php?id=<?=$i;?>'"> |
|
123 | 123 |
<td class="listr"> |
124 | 124 |
<?=htmlspecialchars($ppp['if']);?> |
125 | 125 |
</td> |
Also available in: Unified diff
Code spacing
and other random stuff I noticed.
I think this finishes messing with code style. The codebase should match
the developer style guide closely enough that 99.9% of changes will not
feel the need to also massage the formatting.