Browse Source

Fix the language attribute for the feed's xsl

Merci Luce Carević !
master
David Larlet 2 years ago
parent
commit
c77a5ad461
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      david/log/feed.xsl

+ 1
- 1
david/log/feed.xsl View File

@@ -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"/>

Loading…
Cancel
Save