aboutsummaryrefslogtreecommitdiff
path: root/rssg
diff options
context:
space:
mode:
Diffstat (limited to 'rssg')
-rwxr-xr-xrssg2
1 files changed, 1 insertions, 1 deletions
diff --git a/rssg b/rssg
index be65b18f..1a2e596b 100755
--- a/rssg
+++ b/rssg
@@ -81,7 +81,7 @@ md_to_html() {
81get_title() { 81get_title() {
82 awk -F '[<>]' '/<h1/ { gsub(/<h1>/, ""); gsub(/<\/h1>/, ""); sub(/ .*/, "", $3); print $0}' | 82 awk -F '[<>]' '/<h1/ { gsub(/<h1>/, ""); gsub(/<\/h1>/, ""); sub(/ .*/, "", $3); print $0}' |
83 sed 's/^[ \t]*//;s/[ \t]*$//' | 83 sed 's/^[ \t]*//;s/[ \t]*$//' |
84 awk 'FNR==2' 84 awk 'FNR==1'
85} 85}
86 86
87 87