Ignore:
Timestamp:
10/03/07 21:40:33 (5 years ago)
Author:
hverton
Message:

More xhtml fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/wiki/php-files/modules/wiki/handlers/page/upload.php

    r862 r865  
    160160        if (isset($_GET['view']) && stripinput($_GET['view']) == $file) { 
    161161            print ("<tr> 
    162                         <td class='tbl' colspan='4' align='center'> 
     162                        <td class='tbl2' colspan='4' align='center'> 
    163163                            <img src='".IMAGES."wiki/$file' alt='$file' /> 
    164164                        </td> 
    165165                    </tr>\n"); 
    166             print ("<tr height='20'> 
     166            print ("<tr> 
    167167                        <td class='tbl2' colspan='4' align='center'> 
    168168                            <div style='vertical-align:middle;display:table-cell;padding:4px;'> 
Note: See TracChangeset for help on using the changeset viewer.