mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-01 18:35:13 +00: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