Skip to content

Commit

Permalink
Add lang attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
luce-carevic authored Aug 30, 2021
1 parent 06765ed commit 162563d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pretty-feed-v3.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ This file is in BETA. Please test and contribute to the discussion:
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
<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="en">
<head>
<title><xsl:value-of select="/rss/channel/title"/> Web Feed</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
Expand Down

0 comments on commit 162563d

Please sign in to comment.