Skip to content

Commit 8d93b34

Browse files
committed
commenting out some old code to ease debugging.
1 parent 78639c2 commit 8d93b34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

textile/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,10 +308,10 @@ def fTextileList(self, match):
308308
content = content.strip()
309309
if '\n' in content:
310310
content = content.replace('\n', '<br />\n')
311-
nl = ''
311+
# nl = ''
312312
ltype = list_type(tl)
313313
if i == 0:
314-
_list = List('{0}l'.format(ltype), attributes)
314+
_list = List('{0}l'.format(ltype), attributes, len(tl))
315315
tl_tags = {';': 'dt', ':': 'dd'}
316316
litem = tl_tags.get(tl[0], 'li')
317317

0 commit comments

Comments
 (0)