15.088
Bearbeitungen
K (Entfernte den Schutz von „Modul:Development“) |
(fix local htmlAndWikitextDump()) |
||
| Zeile 42: | Zeile 42: | ||
local d = "" | local d = "" | ||
for i = 1, mw.ustring.len(t) do | for i = 1, mw.ustring.len(t) do | ||
c = mw.ustring.byte(t, i) | local c = mw.ustring.byte(t, i) | ||
if c == mw.ustring.byte("[") then | if c == mw.ustring.byte("[") then | ||
d = d .. "[" | d = d .. "[" | ||