summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmakesite.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/makesite.pl b/makesite.pl
index 978257f..f85f1c5 100755
--- a/makesite.pl
+++ b/makesite.pl
@@ -115,6 +115,7 @@ for(my $i = $#articleList; $i >= 0; $i--) {
$pubDate = $pubDate->strftime("%a, %d %b %Y %H:%M:%S %z");
# No relative link in RSS feed
$articleList[$i]{description} =~ s/href="\//href="$BASE_URL/g;
+ $articleList[$i]{description} =~ s/src="\//src="$BASE_URL/g;
while(<$inHandle>) {
$_ =~ s/\$title/$articleList[$i]{title}/;
$_ =~ s/\$link/$url/;