67 741
contributi
(Special case) |
(Special case) |
||
Riga 285: | Riga 285: | ||
end | end | ||
-- Look for <i> to | -- Determine if property is Assignment | ||
if PropValue == "Assegnazione" then | |||
-- Look for <i> to get the object of assignment | |||
LIPattern = "<li>.-<i>%[%[(.-)%]%]</i>.-</li>" | |||
else | |||
LIPattern = "<li>.-%[%[(.-)%]%].-</li>" | LIPattern = "<li>.-%[%[(.-)%]%].-</li>" | ||
end | end | ||