From 996e8d8f1295a873b846574e35294866ef79fb24 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 6 Feb 2015 14:36:57 +0000 Subject: [PATCH] Encode the > character --- app/views/dashboard/components/add.blade.php | 2 +- app/views/dashboard/components/groups/add.blade.php | 2 +- app/views/dashboard/incidents/add.blade.php | 2 +- app/views/dashboard/incidents/edit.blade.php | 2 +- app/views/dashboard/incidents/templates/add.blade.php | 2 +- app/views/dashboard/incidents/templates/edit.blade.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/views/dashboard/components/add.blade.php b/app/views/dashboard/components/add.blade.php index 3ca5ac4e5..b096dded7 100644 --- a/app/views/dashboard/components/add.blade.php +++ b/app/views/dashboard/components/add.blade.php @@ -8,7 +8,7 @@ {{ trans('dashboard.components.components') }} - > {{ trans('dashboard.components.add.title') }} + > {{ trans('dashboard.components.add.title') }}
diff --git a/app/views/dashboard/components/groups/add.blade.php b/app/views/dashboard/components/groups/add.blade.php index 3e741190d..d0af7287b 100644 --- a/app/views/dashboard/components/groups/add.blade.php +++ b/app/views/dashboard/components/groups/add.blade.php @@ -8,7 +8,7 @@ {{ trans_choice('dashboard.components.groups.groups', 2) }} - > {{ trans('dashboard.components.groups.add.title') }} + > {{ trans('dashboard.components.groups.add.title') }}
diff --git a/app/views/dashboard/incidents/add.blade.php b/app/views/dashboard/incidents/add.blade.php index 54c1d659c..eeeed93f9 100644 --- a/app/views/dashboard/incidents/add.blade.php +++ b/app/views/dashboard/incidents/add.blade.php @@ -8,7 +8,7 @@ {{ trans('dashboard.incidents.incidents') }} - > {{ trans('dashboard.incidents.add.title') }} + > {{ trans('dashboard.incidents.add.title') }}
diff --git a/app/views/dashboard/incidents/edit.blade.php b/app/views/dashboard/incidents/edit.blade.php index ea2676439..b72a14df0 100644 --- a/app/views/dashboard/incidents/edit.blade.php +++ b/app/views/dashboard/incidents/edit.blade.php @@ -8,7 +8,7 @@ {{ trans('dashboard.incidents.incidents') }} - > {{ trans('dashboard.incidents.edit.title') }} + > {{ trans('dashboard.incidents.edit.title') }}
diff --git a/app/views/dashboard/incidents/templates/add.blade.php b/app/views/dashboard/incidents/templates/add.blade.php index 692147127..9cb69cf4f 100644 --- a/app/views/dashboard/incidents/templates/add.blade.php +++ b/app/views/dashboard/incidents/templates/add.blade.php @@ -8,7 +8,7 @@ {{ trans('dashboard.incidents.templates.title') }} - > {{ trans('dashboard.incidents.templates.add.title') }} + > {{ trans('dashboard.incidents.templates.add.title') }}
diff --git a/app/views/dashboard/incidents/templates/edit.blade.php b/app/views/dashboard/incidents/templates/edit.blade.php index 509cf6c14..1c0686b8c 100644 --- a/app/views/dashboard/incidents/templates/edit.blade.php +++ b/app/views/dashboard/incidents/templates/edit.blade.php @@ -8,7 +8,7 @@ {{ trans('dashboard.incidents.templates.title') }} - > {{ trans('dashboard.incidents.templates.edit.title') }} + > {{ trans('dashboard.incidents.templates.edit.title') }}