Removed h2 tag from hyperlinked titles

This seems to be preventing D* from processing the opengraph data
This commit is contained in:
rev138
2015-04-24 13:07:46 +00:00
parent 944d1eba4a
commit a8662b0c57
+1 -1
View File
@@ -122,7 +122,7 @@ sub publish_feed_items {
$content = '### ' . $update->{'title'} . "\n\n" . $update->{'link'} . "\n" . $content;
}
else {
$content = '### [' . $update->{'title'} . '](' . $update->{'link'} . ")\n" . $content;
$content = '[' . $update->{'title'} . '](' . $update->{'link'} . ")\n" . $content;
}
print "Publishing $params{'feed_id'}\t$update->{'guid'}\n";