Changeset 1641

Show
Ignore:
Timestamp:
02/20/08 22:17:40 (3 months ago)
Author:
neuro
Message:

Wondering why we still bring HAML since we've switched back to rhtml almost 1 year ago.

Reverting a fix in the .htaccess, because it may not work that way, but it actually DOES.

Fixing a Typo (what else) in a theme

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/public/.htaccess

    r1635 r1641  
    2323 
    2424RewriteRule ^$ index.html [QSA] 
    25 RewriteRule ^([^.]+)/?$ $1.html [QSA] 
     25RewriteRule ^([^.]+)/!$ $1.html [QSA] 
    2626RewriteCond %{REQUEST_FILENAME} !-f 
    2727RewriteRule ^(.*)$ dispatch.fcgi [QSA,L] 
  • trunk/themes/dirtylicious/layouts/default.html.erb

    r1578 r1641  
    3838        <div id="sidebar"> 
    3939        <!-- search --> 
    40                                 <h3>Search</h3> 
    4140        <%= render :partial => 'shared/search' %> 
    4241