mirror of
https://github.com/wilr/silverstripe-googlesitemaps.git
synced 2024-10-22 11:05:48 +02:00
Update xml-sitemap.ss
This commit is contained in:
parent
d9da059a83
commit
59e56c3b69
@ -40,7 +40,7 @@
|
||||
<xsl:value-of select="sitemap:loc"/>
|
||||
</a>
|
||||
<xsl:if test="\$imagesCount > 0">
|
||||
<table class="image-table" cellpadding="0" cellspacing="0">
|
||||
<table class="image-table">
|
||||
<tr>
|
||||
<th class="image-table__cell">Images</th>
|
||||
</tr>
|
||||
@ -50,7 +50,7 @@
|
||||
</xsl:variable>
|
||||
<tr>
|
||||
<td class="image-table__cell image-table__cell--image">
|
||||
<img src="{\$imageURL}" width="40px"/>
|
||||
<img src="{\$imageURL}" width="60px"/>
|
||||
</td>
|
||||
<td class="image-table__cell image-table__cell--text">
|
||||
<xsl:value-of select="image:title"/><br/>
|
||||
|
Loading…
Reference in New Issue
Block a user