~elektito/gemplex

4ce65efc92873585d02b95c50afa3fb15987474c — Mostafa Razavi 7 months ago 0f37536
Fix style
1 files changed, 1 insertions(+), 2 deletions(-)

M pkg/gparse/gparse.go
M pkg/gparse/gparse.go => pkg/gparse/gparse.go +1 -2
@@ 120,8 120,7 @@ func ParseGemtext(text string, base *url.URL) (result Page) {
			}
			if !inPre {
				preText = ""
			}
			if inPre {
			} else {
				// we're trying not to index ascii art, but do index normal text
				// in a pre block
				if looksLikeText(preText) {