Modulo:Tracce: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Zax (discussione | contributi) m typo |
fix tag span autochiudente deprecato |
||
Riga 9:
return str;
else
if str:sub(1,1) == "'" then str = "<span
if str:sub(-1,-1) == "'" then str = str .. "<span
return str;
end
|