Jelajahi Sumber

Merge pull request #85 from blowsie/patch-1

Fixed broken closing tag
Eddie Machado 13 tahun lalu
induk
melakukan
38395d5526
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      image.php

+ 1 - 1
image.php

@@ -9,7 +9,7 @@
 					<article id="post-<?php the_ID(); ?>" <?php post_class('clearfix'); ?>>
 					<article id="post-<?php the_ID(); ?>" <?php post_class('clearfix'); ?>>
       
       
       					<header>
       					<header>
-        					<h1 class="h2"><a href="<?php echo get_permalink($post->post_parent); ?>" rev="attachment"><?php echo get_the_title($post->post_parent); ?></a> &raquo; <?php the_title(); ?></h2>
+        					<h1 class="h2"><a href="<?php echo get_permalink($post->post_parent); ?>" rev="attachment"><?php echo get_the_title($post->post_parent); ?></a> &raquo; <?php the_title(); ?></h1>
       					</header>
       					</header>
       
       
       					<section class="post_content clearfix">
       					<section class="post_content clearfix">