]> BookStack Code Mirror - bookstack/blobdiff - resources/views/form/text.blade.php
Updated the Swedish language files
[bookstack] / resources / views / form / text.blade.php
index 3379b69b7f2fcb1bf89cb75962b7e03d99199ae6..948a55cbc10a2b6e3f68e16626f8a0ff785394a8 100644 (file)
@@ -1,5 +1,5 @@
 <input type="text" id="{{ $name }}" name="{{ $name }}"
-       @if($errors->has($name)) class="neg" @endif
+       @if($errors->has($name)) class="text-neg" @endif
        @if(isset($placeholder)) placeholder="{{$placeholder}}" @endif
        @if(isset($tabindex)) tabindex="{{$tabindex}}" @endif
        @if(isset($model) || old($name)) value="{{ old($name) ? old($name) : $model->$name}}" @endif>