Procházet zdrojové kódy

Fix the language attribute for the feed's xsl

Merci Luce Carević !
master
David Larlet před 2 roky
rodič
revize
c77a5ad461
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      david/log/feed.xsl

+ 1
- 1
david/log/feed.xsl Zobrazit soubor

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

Načítá se…
Zrušit
Uložit