Procházet zdrojové kódy

Fixed bug in GetSize(XElement Xml)

br elements --\n-- should return size = 1
master
coffeycathal_cp před 15 roky
rodič
revize
8da395c29b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      DocX/HelperFunctions.cs

+ 1
- 1
DocX/HelperFunctions.cs Zobrazit soubor

case "tab": case "tab":
return 1; return 1;
case "br": case "br":
return 0;
return 1;
case "t": case "t":
goto case "delText"; goto case "delText";
case "delText": case "delText":

Načítá se…
Zrušit
Uložit