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