From 127d8df14505d8b73f2f2d2df5699db9e75dd43b Mon Sep 17 00:00:00 2001 From: Rod Scott Date: Fri, 31 Jan 2025 15:18:13 +0000 Subject: [PATCH] Remove prefix from macro call EMC-399 --- templates/schema.org/macros.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/schema.org/macros.ftl b/templates/schema.org/macros.ftl index 6f2e157f3..e969a8d2b 100644 --- a/templates/schema.org/macros.ftl +++ b/templates/schema.org/macros.ftl @@ -22,7 +22,7 @@ { "@context":"http://schema.org/", "@graph": [ - <@m.schemaDocument docType parts/> + <@schemaDocument docType parts/> ] }