Show
Ignore:
Timestamp:
06/30/2008 11:16:29 AM (5 months ago)
Author:
Shadowhand
Message:

Follow up to r2938, optimize

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/helpers/html.php

    r2938 r2939  
    6262                        $site_url = url::base(FALSE); 
    6363                } 
    64                 elseif (strpos($uri, '://') === FALSE AND substr($uri, 0, 1) !== '#') 
     64                elseif (strpos($uri, '://') === FALSE AND strpos($uri, '#') !== 0) 
    6565                { 
    6666                        $site_url = url::site($uri, $protocol);