Skip to content

Commit

Permalink
Merge pull request #388 from IOTI/patch-1
Browse files Browse the repository at this point in the history
Added missing title attribute
  • Loading branch information
dhensby committed Mar 21, 2016
2 parents 7a59c13 + bb1484b commit cba4bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Includes/PostSummary.ss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</h2>

<p class="post-image">
<a href="$Link" <%t Blog.ReadMoreAbout "Read more about '{title}'..." title=$Title %>>
<a href="$Link" title="<%t Blog.ReadMoreAbout "Read more about '{title}'..." title=$Title %>">
$FeaturedImage.setWidth(795)
</a>
</p>
Expand Down

0 comments on commit cba4bd8

Please sign in to comment.