Modul:Citation/CS1: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
Perbaikan
Corrections span/ to span /span
Baris 187:
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
-- Remove newlines as they break italics.
Baris 3.267:
text = safe_join( {text, PostScript}, sepc );
 
-- Now enclose the whole thing in a <span></span> element
local options = {};