about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-07-24 22:45:19 -0500
committerCase Duckworth2022-07-24 22:45:19 -0500
commit82cf86e13048130e7c47a6b8f5a0ffcdddc859e7 (patch)
treee65b51849061e550ce1cf001bf954e0965a6de5c
parentCorrect phone widths (diff)
downloadsfeed-82cf86e13048130e7c47a6b8f5a0ffcdddc859e7.tar.gz
sfeed-82cf86e13048130e7c47a6b8f5a0ffcdddc859e7.zip
Insert non-breaking spaces in footer
-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>"