diff options
author | Case Duckworth | 2022-07-24 22:45:19 -0500 |
---|---|---|
committer | Case Duckworth | 2022-07-24 22:45:19 -0500 |
commit | 82cf86e13048130e7c47a6b8f5a0ffcdddc859e7 (patch) | |
tree | e65b51849061e550ce1cf001bf954e0965a6de5c | |
parent | Correct phone widths (diff) | |
download | sfeed-82cf86e13048130e7c47a6b8f5a0ffcdddc859e7.tar.gz sfeed-82cf86e13048130e7c47a6b8f5a0ffcdddc859e7.zip |
Insert non-breaking spaces in footer
-rwxr-xr-x | sfeed_html.awk | 2 |
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 a 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>" |