* Fix a CSS bug

* Wikipedia with HTTPS
This commit is contained in:
Stephane Bortzmeyer 2023-06-11 17:59:35 +02:00
parent 6a5671f598
commit 43b0484c88
3 changed files with 5 additions and 3 deletions

1
TODO
View File

@ -1,4 +1,3 @@
* Quote on the main page must be under all three columns
* HTTPS for all links
* lsr.atom (requires some porting)
* Email

View File

@ -40,5 +40,8 @@ subtag</a> (for instance, for a variant of a language),</li>
</ul>
</div>
<p xml:lang="fr"><cite>Tout est al&#xE9;a, confusion et pr&#xE9;carit&#xE9;, sauf le Catalogue.</cite> (<wikipedia>Fred Vargas</wikipedia>)</p>
<div class="back-to-normal">
<p xml:lang="fr"><cite>Tout est al&#xE9;a, confusion et
pr&#xE9;carit&#xE9;, sauf le Catalogue.</cite> (<wikipedia>Fred Vargas</wikipedia>)</p>
</div>
</page>

View File

@ -61,7 +61,7 @@
</xsl:otherwise>
</xsl:choose>
</xsl:variable>
<a><xsl:attribute name="href">http://en.wikipedia.org/wiki/<xsl:value-of select="$actuallink"/></xsl:attribute><xsl:value-of select="$text"/></a>
<a><xsl:attribute name="href">https://en.wikipedia.org/wiki/<xsl:value-of select="$actuallink"/></xsl:attribute><xsl:value-of select="$text"/></a>
</xsl:template>
<xsl:template match="wikipedia">