From 0537ffada661715206d750cff2dafbb23268529b Mon Sep 17 00:00:00 2001 From: ddavison Date: Thu, 6 Jun 2013 14:17:19 -0400 Subject: [PATCH] Left a trailing 'g' in the layout. --- core/src/main/resources/lib/layout/layout.jelly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/lib/layout/layout.jelly b/core/src/main/resources/lib/layout/layout.jelly index b7449b8376..a1a1d2506d 100644 --- a/core/src/main/resources/lib/layout/layout.jelly +++ b/core/src/main/resources/lib/layout/layout.jelly @@ -45,7 +45,7 @@ THE SOFTWARE. This was originally added to allow plugins to load their stylesheets, but *the use of thie attribute is discouraged now.* - plugins should now do so by inserting <style> elements and/or <script> elementsg + plugins should now do so by inserting <style> elements and/or <script> elements in <l:header/> tag. -- GitLab