@@ -2775,7 +2775,6 @@ func (f *Fpdf) MultiCell(w, h float64, txtStr, borderStr, alignStr string, fill
}
//sep = -1
j = i
- i++
l = 0
//ns = 0
nl++
@@ -56,7 +56,6 @@ func (f *Fpdf) SplitText(txt string, w float64) (lines []string) {
lines = append(lines, string(s[j:i]))
} else {
i++