View Single Post
Old 11-10-2020, 06:52 PM   #3221
mirage
Zealot
mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.mirage ought to be getting tired of karma fortunes by now.
 
Posts: 141
Karma: 2382428
Join Date: Feb 2013
Location: California
Device: OnePlus 6 phone, Kobo Clara HD, Libra H2O
Quote:
Originally Posted by NiLuJe View Post
Quick hotfix so that it actually works:

Code:
return function(html)
    html = html:gsub('<img[^>]+>', '')
    html = html:gsub('</span>%)', ')')
    html = html:gsub('</span>', '<br/>')
    html = html:gsub('<span>', '')
    return html
end
Also, minor CSS tweak because I hate indents:

Code:
blockquote { margin: 0 0 0 0.15em }
I'll use this and compare. Thanks!
mirage is offline   Reply With Quote