git ssb

0+

cel / dillo-gemini



Commit 6b757378593bb48a24cce4044c62098303f368b0

Escape preformatted text

Charles E. Lehner committed on 9/19/2020, 1:34:48 AM
Parent: ff977be94170e84c34142f8bdeccb925b501f6ae

Files changed

gemini.filter.dpichanged
gemini.filter.dpiView
@@ -51,9 +51,9 @@
5151 }
5252 next
5353 }
5454 in_literal {
55- print
55 + print escape_html($0)
5656 next
5757 }
5858 in_list && !/^\*/ {
5959 in_list = 0

Built with git-ssb-web