Skip to content

Commit 7f84c55

Browse files
authored
Fix as attribute for cookie notice (OpenMage#1715)
1 parent 1f0779e commit 7f84c55

File tree

1 file changed

+1
-1
lines changed
  • app/design/frontend/base/default/layout

1 file changed

+1
-1
lines changed

app/design/frontend/base/default/layout/page.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Default layout, loads most of the pages
108108

109109
<block type="core/text_list" name="before_body_end" as="before_body_end" translate="label">
110110
<label>Page Bottom</label>
111-
<block type="page/html_cookieNotice" name="global_cookie_notice" as ="global_cookie_notice" template="page/html/cookienotice.phtml" before="-" />
111+
<block type="page/html_cookieNotice" name="global_cookie_notice" as="global_cookie_notice" template="page/html/cookienotice.phtml" before="-" />
112112
</block>
113113
</block>
114114

0 commit comments

Comments
 (0)