diff options
-rwxr-xr-x | rss.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ for i in $blogs; do echo """ <item> <title>${out}</title> - <link>${link}/${out}</link> + <link>${link}/${out}.html</link> <description>${contents} </description> </item> |