commit fb8b154bfa2548a82b481406b9621631f8c8fd11
parent f47a89ecfdcddc54453e40dcdd90c1a64b224fbe
Author: Hugo Soucy <hugo@soucy.cc>
Date: Tue, 13 Apr 2021 12:26:58 -0400
Remove trailling spaces in an attribute
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/feed.xml.html b/templates/feed.xml.html
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="<%- language -%> ">
+<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="<%- language -%>">
<title><%- domainname -%> ~ <%- title -%></title>
<% if description then %>
<subtitle><%- description -%></subtitle>