X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/63f2be7b043df0f94bfa1f96e87834b72be14987..f32fad702df32d137bc187df8000709e7b90aa14:/librarian/pyhtml.py?ds=sidebyside diff --git a/librarian/pyhtml.py b/librarian/pyhtml.py index 0f23125..2f054a9 100644 --- a/librarian/pyhtml.py +++ b/librarian/pyhtml.py @@ -478,7 +478,7 @@ class Przyporzadkuj(Exercise): placeholders = u'
  • ' * self.options['min'] else: placeholders = u'
  • ' - return '
  • ' % element.attrib, '
  • ' + return '
  • ' % element.attrib, '
  • ' else: return super(Przyporzadkuj, self).handle_punkt(element)