forked from bortzmeyer/Web-LangTag
* Fix a CSS bug
* Wikipedia with HTTPS
This commit is contained in:
parent
6a5671f598
commit
43b0484c88
1
TODO
1
TODO
@ -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
|
||||
|
@ -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éa, confusion et précarité, sauf le Catalogue.</cite> (<wikipedia>Fred Vargas</wikipedia>)</p>
|
||||
<div class="back-to-normal">
|
||||
<p xml:lang="fr"><cite>Tout est aléa, confusion et
|
||||
précarité, sauf le Catalogue.</cite> (<wikipedia>Fred Vargas</wikipedia>)</p>
|
||||
</div>
|
||||
</page>
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user