diff --git a/main.cpp b/main.cpp index eb178d7..694d65c 100644 --- a/main.cpp +++ b/main.cpp @@ -51,7 +51,7 @@ Usage: %s [options] [mode argument] static const string afmt_s = "\033["; static const string afmt_e = "m"; static const vector collapsible = {' ', '\t', '\n', '\r'}; -static const vector breaking = { +static const vector breaking = { MyHTML_TAG_BR, MyHTML_TAG_P };