Revision 6c07db48
Added by Phil Davis about 10 years ago
usr/local/www/diag_ipsec.php | ||
---|---|---|
301 | 301 |
<tr> |
302 | 302 |
<td class="listrborder" colspan="9"> |
303 | 303 |
<div id="btnchildsa-<?=$ikeid;?>"> |
304 |
<input type="button" onclick="show_childsa('childsa-<?=$ikeid;?>','btnchildsa-<?=$ikeid;?>');" value="+" /> - Show child SA entries
|
|
304 |
<input type="button" onclick="show_childsa('childsa-<?=$ikeid;?>', 'btnchildsa-<?=$ikeid;?>');" value="+" /> - Show child SA entries
|
|
305 | 305 |
</div> |
306 | 306 |
<table class="tabcont" width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" id="childsa-<?=$ikeid;?>" style="display:none" summary=""> |
307 | 307 |
<thead> |
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.