about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xsfeed_html.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_html.awk b/sfeed_html.awk index bf5293c..9af5b2e 100755 --- a/sfeed_html.awk +++ b/sfeed_html.awk
@@ -233,7 +233,7 @@ END {
233 printf "<footer>" 233 printf "<footer>"
234 print "Generated by <a href=\"https://codemadness.org/sfeed-simple-feed-parser.html\">sfeed</a>" 234 print "Generated by <a href=\"https://codemadness.org/sfeed-simple-feed-parser.html\">sfeed</a>"
235 print "using <a href=\"https://git.acdw.net/sfeed/\">this configuration</a>." 235 print "using <a href=\"https://git.acdw.net/sfeed/\">this configuration</a>."
236 print "<a href=\"mailto:planet@me.acdw.net\">suggest a feed!</a></footer>" 236 print "<a href=\"mailto:planet@me.acdw.net\">suggest&nbsp;a&nbsp;feed!</a></footer>"
237 # end of HTML 237 # end of HTML
238 print "<script src=\"script.js\"> </script>" 238 print "<script src=\"script.js\"> </script>"
239 print "</body>" 239 print "</body>"