Project

General

Profile

Bug #3942 ยป patch.patch

Sandor Balogh, 04/06/2015 06:56 PM

View differences:

src/Wt/WTemplate.C
StringMap::const_iterator i = strings_.find(varName);
if (i != strings_.end())
result << i->second;
result << i->second.toUTF8();
else {
WWidget *w = resolveWidget(varName);
if (w) {
    (1-1/1)