Why ALL My php Files have Empty Lines Inbetween ?
-
Hello,
I just need a clarification.
In each and every php file there is an empty line inbetween the lines.
I dont know why. Can someone tell me why is this happening ?Example:
<?php get_header(); ?> <div id="content"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>">
Previously when I uploaded it, It was like this:
<?php get_header(); ?> <div id="content"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>">
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Why ALL My php Files have Empty Lines Inbetween ?’ is closed to new replies.