Changeset 1627

Show
Ignore:
Timestamp:
02/02/12 02:49:57 (3 months ago)
Author:
danielp
Message:

fix wrong endif

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/base/templates/resultSetHtml.php

    r867 r1627  
    88                        <th class="<?php if($v['result_type'] === 'dimension') { echo 'dimensionColumn';} else { echo 'metricColumn';}?>"><?php echo $v['label'];?></th> 
    99<?php endforeach;?> 
    10 <?php endif;?> 
    1110                </tr> 
    1211        </thead> 
     
    3130                </tr> 
    3231<?php endforeach;?> 
    33 <?php endif;?> 
    3432        </tbody> 
    3533</table>