Displaying 1 result from an estimated 1 matches for "htmlesc".
Did you mean:
htmldoc
2006 Aug 28
0
bug / infinite loop
...ref text
@@ -996,7 +999,7 @@
codepre = 0 if codepre < 0
end
elsif codepre.zero?
- glyphs_textile( line, level + 1 )
+ glyphs_textile( line, level - 1 )
else
htmlesc( line, :NoQuotes )
end