Development

Changeset 18429

You must first sign up to be able to contribute.

Changeset 18429

Show
Ignore:
Timestamp:
05/19/09 00:25:34 (4 years ago)
Author:
bshaffer
Message:

addresses issues on the custom 404's page

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/csSEOToolkitPlugin/trunk/modules/csSEO/templates/error404Success.php

    r17620 r18429  
    1010    <h2>Could you possibly have meant one of these pages?</h2>     
    1111  </div> 
    12   <div class='search_container'> 
     12  <ol class='search_container'> 
    1313    <?php foreach ($results as $result): ?> 
    14       <div class='joblisting'>   
    15         <h2
     14      <li>   
     15        <h3
    1616          <?php echo link_to($result['title'], $result['url']) ?> 
    17         </h2
    18         <div class='textwrap'
    19           <?php echo $result['description'] ?> 
    20         </div
    21       </div
     17        </h3
     18        <p
     19          <?php $result['description'] ?> 
     20        </p
     21      </li
    2222    <?php endforeach ?>  
    2323  </div>