Fix room subtitle quotes: second+ quote not green
This commit is contained in:
@@ -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>',
|
||||
|
Reference in New Issue
Block a user