Przeglądaj źródła

Fixed bug in GetSize(XElement Xml)

br elements --\n-- should return size = 1
master
coffeycathal_cp 15 lat temu
rodzic
commit
8da395c29b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      DocX/HelperFunctions.cs

+ 1
- 1
DocX/HelperFunctions.cs Wyświetl plik

@@ -20,7 +20,7 @@ namespace Novacode
case "tab":
return 1;
case "br":
return 0;
return 1;
case "t":
goto case "delText";
case "delText":

Ładowanie…
Anuluj
Zapisz