diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-07 19:50:26 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-07 19:50:38 +0300 |
| commit | 8e9f5d7580d5a248e280b110218aa23052827789 (patch) | |
| tree | 9e7d6916b4db697068212fb7f5a46b30aa3df4eb /src/services/mini_html_converter/mini_html_converter.service.js | |
| parent | 50aa379038771da3725e6864c40007ae12896232 (diff) | |
renamed StatusText to StatusBody for clarity, fixed chats
Diffstat (limited to 'src/services/mini_html_converter/mini_html_converter.service.js')
| -rw-r--r-- | src/services/mini_html_converter/mini_html_converter.service.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/mini_html_converter/mini_html_converter.service.js b/src/services/mini_html_converter/mini_html_converter.service.js index 01f8adf8..900752cd 100644 --- a/src/services/mini_html_converter/mini_html_converter.service.js +++ b/src/services/mini_html_converter/mini_html_converter.service.js @@ -1,6 +1,6 @@ /** * This is a not-so-tiny purpose-built HTML parser/processor. It was made for use - * with StatusText component for purpose of replacing tags with vue components + * with StatusBody component for purpose of replacing tags with vue components * * known issue: doesn't handle CDATA so nested CDATA might not work well * |
