diff --git a/templates/item.cpp b/templates/item.cpp index cb297aa..0d64517 100755 --- a/templates/item.cpp +++ b/templates/item.cpp @@ -521,7 +521,14 @@ void item_tab_dates_equal(Info & i) ptm1->tm_min == ptm2->tm_min && ptm1->tm_sec == ptm2->tm_sec; - i.out << ""; + i.out << ""; } }