diff options
author | Leah Rowe <info@minifree.org> | 2017-07-10 18:22:47 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-07-10 18:22:47 +0000 |
commit | a49f5d9a41fb58ce00a57a5c5f61aced605bf1e4 (patch) | |
tree | 053cc11ab897dc6baeedc7335d3b62040dc975fa /www | |
parent | 6ce7b1a733798f922872b4f4fd80e12d8c1a33e4 (diff) | |
parent | db74ded167e78a529c3d8cff400509dece239024 (diff) | |
download | librebootfr-a49f5d9a41fb58ce00a57a5c5f61aced605bf1e4.tar.gz librebootfr-a49f5d9a41fb58ce00a57a5c5f61aced605bf1e4.zip |
Merge branch 'fix-index-sh-openbsd' of mreed/libreboot into master
Diffstat (limited to 'www')
-rwxr-xr-x | www/index.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.sh b/www/index.sh index 18aad44b..4d7d2292 100755 --- a/www/index.sh +++ b/www/index.sh @@ -60,7 +60,7 @@ rss() { for f in $FILES do # render content and escape - desc=$(sed ${f%.md}.bare.html -e 's/</\</g' | sed -e 's/>/\>/g') + desc=$(sed -e 's/</\</g' ${f%.md}.bare.html | sed -e 's/>/\>/g') url="${f%.md}.html" printf '%s\n' '<item>' |