We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a10e4a commit 0aab3bdCopy full SHA for 0aab3bd
src/web/HTMLCategory.mjs
@@ -36,6 +36,10 @@ class HTMLCategory {
36
* Renders the category and all operations within it in HTML.
37
*
38
* @returns {string}
39
+ *
40
+ * @TODO: it will be better if this, and the other HTMLX.js, toHTML() functions
41
+ * created HTML elements rather than insert and change stringified html, but that
42
+ * would be part of a bigger refactoring adventure
43
*/
44
toHtml() {
45
const catName = "cat" + this.name.replace(/[\s/\-:_]/g, "");
0 commit comments