support homonymy inside modal
This commit is contained in:
@@ -33,13 +33,11 @@ def export_entry(entry):
|
||||
headword.appendChild(homonymy)
|
||||
|
||||
for h in entry.homonymy:
|
||||
console.log(h)
|
||||
feature = doc.createElement("homonymyFeature")
|
||||
feature.textContent = h.value
|
||||
feature.setAttribute("name", h["name"])
|
||||
homonymy.appendChild(feature)
|
||||
|
||||
console.log(homonymy)
|
||||
|
||||
# if({}) works uncorrectly in transcrypt
|
||||
if len(entry.lexical_unit) > 0:
|
||||
|
||||
Reference in New Issue
Block a user