Clean trailing whitespace from all files.

This commit is contained in:
Colin Snover 2010-12-30 00:34:48 -06:00
parent 429b078dc7
commit 3e0cc81504
26 changed files with 688 additions and 688 deletions

View file

@ -1,12 +1,12 @@
<div id="post">
<?php
<?php
foreach( $_POST as $key=>$value )
echo "<b id='$key'>$value</b>";
?>
?>
</div>
<div id="get">
<?php
foreach( $_GET as $key=>$value )
echo "<b id='$key'>$value</b>";
?>
?>
</div>