Change html to double quotes

This commit is contained in:
Joseph Cohen
2015-01-06 15:44:27 -06:00
parent 561a2207ae
commit fd8e4f7fa9
34 changed files with 297 additions and 291 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
<p>{{ trans('errors.not-found.message') }}</p>
<br/>
<p>
<a href='/' class='btn btn-default btn-lg'>{{ trans('errors.not-found.link') }}</a>
<a href="/" class="btn btn-default btn-lg">{{ trans('errors.not-found.link') }}</a>
</p>
</div>
</div>