From e569d71063fb6647885ec65abda89d2843be876d Mon Sep 17 00:00:00 2001 From: Marcin Koziej Date: Fri, 11 Jan 2013 12:41:12 +0100 Subject: [PATCH] wybor type question -- add data-name parameter --- librarian/pyhtml.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/librarian/pyhtml.py b/librarian/pyhtml.py index bb835ae..3690724 100644 --- a/librarian/pyhtml.py +++ b/librarian/pyhtml.py @@ -186,8 +186,9 @@ class Wybor(Excercise): self.piece_counter += 1 no = self.piece_counter eid = "q%(qc)d_%(no)d" % locals() + aname = element.attrib.get('nazwa', None) return u""" -
  • +
  • " -- 2.20.1