mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-01-28 01:08:34 +08:00
Fix code alignment by adding space to align .Replace method calls
Co-authored-by: emako <24737061+emako@users.noreply.github.com>
This commit is contained in:
committed by
ema
parent
8ad5f39eab
commit
a38b7a450a
@@ -94,7 +94,7 @@ public class MarkdownPanel : WebpagePanel
|
||||
}
|
||||
|
||||
var html = template.Replace("{{content}}", content)
|
||||
.Replace("{{rtl}}", isRtl ? "rtl" : "ltr");
|
||||
.Replace("{{rtl}}", isRtl ? "rtl" : "ltr");
|
||||
|
||||
return html;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user