about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-07-19 09:06:04 -0500
committerCase Duckworth2022-07-19 09:06:04 -0500
commit015f238af8d059d7202f89231ed90536cd83c7b1 (patch)
treeb5821e029bdc7f102640fd02b8375146bbf9edeb
parentOkay now I've really streamlined Youtube (diff)
downloadsfeed-015f238af8d059d7202f89231ed90536cd83c7b1.tar.gz
sfeed-015f238af8d059d7202f89231ed90536cd83c7b1.zip
Sanitize fortune output
-rwxr-xr-xsfeed_html.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_html.sh b/sfeed_html.sh index b6d21f6..9fc749d 100755 --- a/sfeed_html.sh +++ b/sfeed_html.sh
@@ -11,7 +11,7 @@ $(html_head)
11<header> 11<header>
12<h1> 12<h1>
13<a href="index.html"><img src="mars-eyes.png" 13<a href="index.html"><img src="mars-eyes.png"
14 title="$(fortune)" 14 title="$(fortune | tr -d '"')"
15 width="40" height="39" 15 width="40" height="39"
16 alt="mars, but with eyes" /></a> 16 alt="mars, but with eyes" /></a>
17Planet ACDW</h1> 17Planet ACDW</h1>