Procházet zdrojové kódy

Remove excess argument

Neal Wilson před 10 roky
rodič
revize
06adb26771
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      config/Reports/fypurchase.xml

+ 1
- 1
config/Reports/fypurchase.xml Zobrazit soubor

@@ -90,7 +90,7 @@
90 90
 					query.bind(":conversion", unitBox.currentIndex == 0 ? 2.2 : 1);
91 91
 					query.exec();
92 92
 					query.next();
93
-					output.writeStartElement("th", i);
93
+					output.writeStartElement("th");
94 94
 					output.writeStartElement("a");
95 95
 					output.writeAttribute("href", "typica://script/y" + i);
96 96
 					output.writeCharacters(i);

Loading…
Zrušit
Uložit