commit e97c5b315904fb25936a8725c76ecf61a045d05d
parent ddc7d3cc753e70331f4c0d8327851913ccbe859f
Author: Christoph Lohmann <20h@r-36.net>
Date: Wed, 26 Nov 2014 20:39:20 +0100
News should do rpo://, to open the link to the article.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tmpl/news.sh b/tmpl/news.sh
@@ -12,7 +12,7 @@ cols=$(tput cols)
while read -r line;
do
- id=$(echo -n "$line" | cut -f 1)
+ id=$(echo -n "$line" | cut -f 1 | sed 's,^rp:,rpo:,')
date=$(echo -n "$line" | cut -f 2 | head -c 10)
subject=$(echo -n "$line" | cut -f 4)