Changeset 1305

Show
Ignore:
Timestamp:
01/31/07 20:33:49 (2 years ago)
Author:
jm3
Message:

fixed stupid missing close-brace bug

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • feedmelinks/action.php

    r1301 r1305  
    259259 
    260260<%  
    261                 if( $folderID || $tag ) 
    262                         echo bounceWithDelay( "/f/$folderID", 1 ); 
    263                 else 
    264                         echo bounceWithDelay( "/index", 1 ); 
     261                                if( $folderID || $tag ) 
     262                                        echo bounceWithDelay( "/f/$folderID", 1 ); 
     263                                else 
     264                                        echo bounceWithDelay( "/index", 1 ); 
     265                        } 
     266                } 
    265267        } 
    266268} 
    267 
    268 %> 
    269  
     269%> 
     270