Project

General

Profile

« Previous | Next » 

Revision 6c07db48

Added by Phil Davis about 10 years ago

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.

View differences:

usr/local/www/interfaces_qinq.php
90 90
	}
91 91
}
92 92

  
93
$pgtitle = array(gettext("Interfaces"),gettext("QinQ"));
93
$pgtitle = array(gettext("Interfaces"), gettext("QinQ"));
94 94
$shortcut_section = "interfaces";
95 95
include("head.inc");
96 96

  
......
131 131
	$i = 0;
132 132
	foreach ($a_qinqs as $qinq):
133 133
?>
134
				<tr  ondblclick="document.location='interfaces_qinq_edit.php?id=<?=$i;?>'">
134
				<tr ondblclick="document.location='interfaces_qinq_edit.php?id=<?=$i;?>'">
135 135
					<td class="listlr">
136 136
						<?=htmlspecialchars($qinq['if']);?>
137 137
					</td>

Also available in: Unified diff