aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-07-10 18:22:47 +0000
committerGogs <gogitservice@gmail.com>2017-07-10 18:22:47 +0000
commita49f5d9a41fb58ce00a57a5c5f61aced605bf1e4 (patch)
tree053cc11ab897dc6baeedc7335d3b62040dc975fa /www
parent6ce7b1a733798f922872b4f4fd80e12d8c1a33e4 (diff)
parentdb74ded167e78a529c3d8cff400509dece239024 (diff)
downloadlibrebootfr-a49f5d9a41fb58ce00a57a5c5f61aced605bf1e4.tar.gz
librebootfr-a49f5d9a41fb58ce00a57a5c5f61aced605bf1e4.zip
Merge branch 'fix-index-sh-openbsd' of mreed/libreboot into master
Diffstat (limited to 'www')
-rwxr-xr-xwww/index.sh2
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/</\&lt;/g' | sed -e 's/>/\&gt;/g')
+ desc=$(sed -e 's/</\&lt;/g' ${f%.md}.bare.html | sed -e 's/>/\&gt;/g')
url="${f%.md}.html"
printf '%s\n' '<item>'