Make WordPress Core


Ignore:
Timestamp:
11/19/2006 07:56:05 AM (18 years ago)
Author:
ryan
Message:

Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/header.php

    r4144 r4495  
    1515<style type="text/css" media="screen">
    1616
    17 <?php 
     17<?php
    1818// Checks to see whether it needs a sidebar or not
    19 if ( !$withcomments && !is_single() ) { 
     19if ( !$withcomments && !is_single() ) {
    2020?>
    2121    #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg.jpg") repeat-y top; border: none; }
    2222<?php } else { // No sidebar ?>
    23     #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; } 
     23    #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }
    2424<?php } ?>
    2525
Note: See TracChangeset for help on using the changeset viewer.