diff --git a/ccp/js/methodeditorcontroller.js b/ccp/js/methodeditorcontroller.js index faaaf4b..ce3cb0e 100644 --- a/ccp/js/methodeditorcontroller.js +++ b/ccp/js/methodeditorcontroller.js @@ -878,8 +878,8 @@ class CCPMethodEditorController extends HTMLElement{ if(this.#current.keywords){ return this.#current.metadata.filter(md=>md.role === "category").map((k,i) => { return ` -
- ${k} +
+ ${k.title} x
`