mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Added missing title attribute
post-image href was missing title="" attribute
This commit is contained in:
parent
7a59c13b3f
commit
bb1484b45e
@ -7,7 +7,7 @@
|
|||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<p class="post-image">
|
<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)
|
$FeaturedImage.setWidth(795)
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user