Feb 4, 2009
Textile ol li count bug
Just hit a bug with the Textile 2.0 library:
# Portland, OR
# Sanford, FL
# Albuquerque, NM
# San Diego, CA
# Bellingham, WA
Was producing:
<ol>
<li>Portland, OR</li>
<li>Sanford, FL</li>
<li>Albuquerque, NM</li>
<li>San Diego, CA </li>
</ol>
<ol>
<li>Bellingham, WA</li>
</ol>
Found the solution here:
You can work around the problem, by replacing these two lines (in the fList function in /textpattern/lib/classTextile.php): with:



One Comment, Comment or Ping
Mark Priddy
Will,
Thanks for this fix. Just came across this problem in Textile 216. Incorporated your workaround.
May 5th, 2010
Reply to “Textile ol li count bug”