Commit:    b4ef5dbe7dc0ae857c775d6499f2f87907861442
Author:    Paul Dragoonis <[email protected]>         Sat, 8 Jan 2011 
18:56:54 +0000
Parents:   c3cbf4ad265737147eb5babd04783a3a5c5a83db
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=b4ef5dbe7dc0ae857c775d6499f2f87907861442

Log:
fixing whitespace issues, no more! configured my IDE properly

Changed paths:
  M  include/header.inc


Diff:
diff --git a/include/header.inc b/include/header.inc
index 6e0067f..2edf8a9 100644
--- a/include/header.inc
+++ b/include/header.inc
@@ -113,24 +113,24 @@ if (isset($shortname) && $shortname) {
         </div>
         <div class="download">
 <?php if(!empty($RELEASES[5])): ?>
-               <ul>
-       <?php
-       foreach ($RELEASES[5] as $version => $release):
-               $windowsVersionLink = substr($version, 0, strrpos($version, 
'.'));
-       ?>
-                               <li>
-                           <a href="/get/<?php echo 
$release['source'][1]['filename'] ?>/from/a/mirror" class="version">PHP <?php 
echo $version ?></a>
-                           <a href="/get/<?php echo 
$release['source'][0]['filename'] ?>/from/a/mirror">Download as bz2</a>
-                                       <a 
href="http://windows.php.net/download/#php-<?php echo $windowsVersionLink; 
?>">Download for windows</a>
-                           <!-- (size) should go here, but it's not in 
version.inc at present -->
-                       </li>
-       <?php endforeach; ?>
-                       
-                   <li class="windows">
-                       <a href="http://windows.php.net/"; title="">Download for 
windowss</a>
-                       <a href="http://windows.php.net/"; 
title=>http://windows.php.net/</a>
-                   </li>               
-               </ul>
+            <ul>
+    <?php
+    foreach ($RELEASES[5] as $version => $release):
+        $windowsVersionLink = substr($version, 0, strrpos($version, '.'));
+    ?>
+                <li>
+                    <a href="/get/<?php echo $release['source'][1]['filename'] 
?>/from/a/mirror" class="version">PHP <?php echo $version ?></a>
+                    <a href="/get/<?php echo $release['source'][0]['filename'] 
?>/from/a/mirror">Download as bz2</a>
+                    <a href="http://windows.php.net/download/#php-<?php echo 
$windowsVersionLink; ?>">Download for windows</a>
+                    <!-- (size) should go here, but it's not in version.inc at 
present -->
+                 </li>
+    <?php endforeach; ?>
+                
+                <li class="windows">
+                    <a href="http://windows.php.net/"; title="">Download for 
windowss</a>
+                    <a href="http://windows.php.net/"; 
title=>http://windows.php.net/</a>
+                </li>            
+            </ul>
 <?php endif; ?>
         </div>
         <br style="clear: both;" />


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to