Update xml-sitemap.ss

This commit is contained in:
Brooke Lord 2023-12-29 20:20:32 +13:00
parent d9da059a83
commit 59e56c3b69
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
<xsl:value-of select="sitemap:loc"/> <xsl:value-of select="sitemap:loc"/>
</a> </a>
<xsl:if test="\$imagesCount &gt; 0"> <xsl:if test="\$imagesCount &gt; 0">
<table class="image-table" cellpadding="0" cellspacing="0"> <table class="image-table">
<tr> <tr>
<th class="image-table__cell">Images</th> <th class="image-table__cell">Images</th>
</tr> </tr>
@ -50,7 +50,7 @@
</xsl:variable> </xsl:variable>
<tr> <tr>
<td class="image-table__cell image-table__cell--image"> <td class="image-table__cell image-table__cell--image">
<img src="{\$imageURL}" width="40px"/> <img src="{\$imageURL}" width="60px"/>
</td> </td>
<td class="image-table__cell image-table__cell--text"> <td class="image-table__cell image-table__cell--text">
<xsl:value-of select="image:title"/><br/> <xsl:value-of select="image:title"/><br/>