summaryrefslogtreecommitdiffstats
path: root/wp-content/themes/home/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-content/themes/home/index.php')
-rw-r--r--wp-content/themes/home/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-content/themes/home/index.php b/wp-content/themes/home/index.php
index e56746e..6d8e8e7 100644
--- a/wp-content/themes/home/index.php
+++ b/wp-content/themes/home/index.php
@@ -7,7 +7,7 @@
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
- <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
+ <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<small><?php the_time('F jS, Y') ?> by <?php the_author() ?></small>
<div class="entry">