This commit is contained in:
Kovid Goyal 2023-07-27 12:15:05 +05:30
commit b44fb2ab45
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -78,7 +78,7 @@ class BusinessStandard(BasicNewsRecipe):
data = data['props']['pageProps']['data']
title = '<h1 title=art_url>' + data['pageTitle'] + '</h1>'
title = '<h1 title="{}">'.format(art_url) + data['pageTitle'] + '</h1>'
cat = subhead = lede = auth = caption = ''