diff --git a/ccp/executionformfragment.html b/ccp/executionformfragment.html index 2ce7213..3777282 100644 --- a/ccp/executionformfragment.html +++ b/ccp/executionformfragment.html @@ -6,7 +6,7 @@ - + diff --git a/ccp/js/executionformcontroller.js b/ccp/js/executionformcontroller.js index 5dc17fe..e8ec6c3 100644 --- a/ccp/js/executionformcontroller.js +++ b/ccp/js/executionformcontroller.js @@ -158,7 +158,7 @@ class CCPExecutionForm extends HTMLElement{ }, recurse : [ { - target: "h3", + target: ".ccp-method-title", apply : (e,d)=>e.textContent = d.title + " (v. " + d.version + ")" }, {