diff options
Diffstat (limited to 'src/main/webapp/person')
-rw-r--r-- | src/main/webapp/person/person.jspx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/webapp/person/person.jspx b/src/main/webapp/person/person.jspx index 1dea34e..97d9d41 100644 --- a/src/main/webapp/person/person.jspx +++ b/src/main/webapp/person/person.jspx @@ -5,11 +5,11 @@ <jsp:output doctype-root-element="HTML" doctype-system="about:legacy-compat"/> <jsp:directive.page contentType="text/html;charset=UTF-8"/> -<common:head-element> +<common:head> <script>var uuid = '${param.uuid}';</script> - <common:headjs label="PersonService" resource="/apps/core/PersonService.js"/> + <common:headjs label="CoreResources" resource="/apps/core/CoreResources.js"/> <common:headjs label="personApp" resource="/apps/personApp/personApp.js"/> -</common:head-element> +</common:head> <body> |