Modulo:Tracce: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m typo
Moroboshi (discussione | contributi)
fix tag span autochiudente deprecato
Riga 9:
return str;
else
if str:sub(1,1) == "'" then str = "<span ></span>" .. str; end
if str:sub(-1,-1) == "'" then str = str .. "<span ></span>"; end
return str;
end