We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c14c66 + ec895ff commit dd6b891Copy full SHA for dd6b891
README.md
@@ -367,7 +367,7 @@ If you're supporting multiple locales in your project you will probably want to
367
@foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties)
368
<li>
369
<a rel="alternate" hreflang="{{$localeCode}}" href="{{LaravelLocalization::getLocalizedURL($localeCode) }}">
370
- {{{ $properties['native'] }}}
+ {{ $properties['native'] }}
371
</a>
372
</li>
373
@endforeach
0 commit comments