Fix room subtitle quotes: second+ quote not green

This commit is contained in:
miruka
2019-09-08 10:48:58 -04:00
parent 916f6d8327
commit 405573bb2d
3 changed files with 5 additions and 8 deletions

View File

@@ -80,7 +80,7 @@ HTileDelegate {
) + ": " + ev.inline_content
return text.replace(
/< *span +class=['"]?quote['"]? *>(.+)<\/ *span *>/,
/< *span +class=['"]?quote['"]? *>(.+)<\/ *span *>/g,
'<font color="' +
theme.sidePane.room.subtitleQuote +
'">$1</font>',