diff -r 52690f37d6bc -r 0eabed6c91e7 scansion/stanzacmp.lua --- a/scansion/stanzacmp.lua Sat Sep 19 21:57:48 2015 +0100 +++ b/scansion/stanzacmp.lua Tue Sep 22 12:04:57 2015 +0200 @@ -37,7 +37,7 @@ if type(child) == "table" or child:match("%S") then local match; local child2 = stanza2[stanza2_pos]; - while child2 and not(type(child2) == "table" or child:match("%S")) do + while child2 and not(type(child2) == "table" or child2:match("%S")) do stanza2_pos = stanza2_pos + 1; child2 = stanza2[stanza2_pos]; end