diff options
Diffstat (limited to 'library/cpp/monlib/service/pages/templates.h')
-rw-r--r-- | library/cpp/monlib/service/pages/templates.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/monlib/service/pages/templates.h b/library/cpp/monlib/service/pages/templates.h index a4de362845..b4656f059f 100644 --- a/library/cpp/monlib/service/pages/templates.h +++ b/library/cpp/monlib/service/pages/templates.h @@ -150,8 +150,8 @@ namespace NMonitoring { } ~TTag() { - try { - Str << "</" << tag << ">"; + try { + Str << "</" << tag << ">"; } catch (...) { } } |