Skip to content

Commit

Permalink
Merge pull request #27 from luce-carevic/patch-1
Browse files Browse the repository at this point in the history
Add lang attribute
  • Loading branch information
genmon authored Nov 7, 2022
2 parents 6786458 + 162563d commit cd0788c
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 cd0788c

Please sign in to comment.