diff options
author | Ilnaz Nizametdinov <[email protected]> | 2022-02-10 16:48:01 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:01 +0300 |
commit | 17644d1207cae94abb87ae27d63dbf40e477cda4 (patch) | |
tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /library/cpp/monlib/service/pages/templates.cpp | |
parent | 86c3bbf7131fc3929bdb31e29fdf016038d68594 (diff) |
Restoring authorship annotation for Ilnaz Nizametdinov <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/monlib/service/pages/templates.cpp')
-rw-r--r-- | library/cpp/monlib/service/pages/templates.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/monlib/service/pages/templates.cpp b/library/cpp/monlib/service/pages/templates.cpp index 5c2017bf5ed..ece12bea710 100644 --- a/library/cpp/monlib/service/pages/templates.cpp +++ b/library/cpp/monlib/service/pages/templates.cpp @@ -28,8 +28,8 @@ namespace NMonitoring { extern const char ListTag[] = "li"; extern const char UListTag[] = "ul"; extern const char OListTag[] = "ol"; - extern const char DListTag[] = "dl"; - extern const char DTermTag[] = "dt"; - extern const char DDescTag[] = "dd"; + extern const char DListTag[] = "dl"; + extern const char DTermTag[] = "dt"; + extern const char DDescTag[] = "dd"; } |