diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index 7a96d18c..fe76de34 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -84,7 +84,7 @@
{{ $REout = `<$1>` }}
{{ $content = replaceRE $REin $REout $content }}
{{ $REin = `<(li) (id="fn:.+?")>` }}
- {{ $REout = `<$1>` }}
+ {{ $REout = `<$1>` }}
{{ $content = replaceRE $REin $REout $content }}
{{ $content | safeHTML }}