Ver código fonte

Fix the language attribute for the feed's xsl

Merci Luce Carević !
master
David Larlet 2 anos atrás
pai
commit
c77a5ad461
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      david/log/feed.xsl

+ 1
- 1
david/log/feed.xsl Ver arquivo

@@ -64,7 +64,7 @@ Pour discuter :
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" version="1.0" encoding="UTF-8" indent="yes"/>
<xsl:template match="/">
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr">
<head>
<title><xsl:value-of select="/atom:feed/atom:title"/> (flux RSS)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

Carregando…
Cancelar
Salvar