Bug Description
I have the following in a nav structure:
title: '© {{ misc:organization_name }}. All Rights Reserved.'
In my template I have this:
Which outputs:

If I do this instead: {{ title }}{{ misc:organization_name }}, I get:

How to Reproduce
- Create a global with some data.
- Create a Nav item whose title references the above global
- In a template, reference the nav and that item's
title
Environment
Statamic version: 3.0.0-beta-28
PHP version: 7.4
Install method (choose one):
- Fresh install from
statamic/statamic
Bug Description
I have the following in a nav structure:
In my template I have this:
{{ title }}Which outputs:


If I do this instead:
{{ title }}{{ misc:organization_name }}, I get:How to Reproduce
titleEnvironment
Statamic version: 3.0.0-beta-28
PHP version: 7.4
Install method (choose one):
statamic/statamic