Added -P to msgfmt for rss subject line generation
Whoops; <p> tags were being included in RSS titles.master
parent
0e0414027a
commit
110e557293
2
rss
2
rss
|
@ -54,7 +54,7 @@ while read hash commit ts id subject; do
|
|||
# the title)
|
||||
cat <<EOE
|
||||
<item>
|
||||
<title><![CDATA[$( "$msgfmt" -n < <( echo "$subject"; echo ) )]]></title>
|
||||
<title><![CDATA[$( "$msgfmt" -nP < <( echo "$subject"; echo ) )]]></title>
|
||||
<link>$(
|
||||
printf "%s/%s/%s.html" \
|
||||
"${url/%\/}" "$( ./tsdate "$ts" %Y/%m )" "$id"
|
||||
|
|
Loading…
Reference in New Issue