From: Marcin Koziej Date: Fri, 8 Feb 2013 13:34:19 +0000 (+0100) Subject: mark add-li class X-Git-Url: https://git.mdrn.pl/librarian.git/commitdiff_plain/a1e43b7bba2a0c7cf33280143bb49af3fef5d0d0 mark add-li class --- diff --git a/librarian/pyhtml.py b/librarian/pyhtml.py index 6aeada9..47bb1d7 100644 --- a/librarian/pyhtml.py +++ b/librarian/pyhtml.py @@ -398,7 +398,7 @@ class Przyporzadkuj(Exercise): if self.options['subject']: self.piece_counter += 1 if self.options['handles']: - return '
  • %s' % (element.attrib['rozw'], self.piece_counter, self.piece_counter), '
  • ' + return '
  • %s' % (element.attrib['rozw'], self.piece_counter, self.piece_counter), '
  • ' else: return '
  • ' % (element.attrib['rozw'], self.piece_counter), '
  • '