Fix merge conflict

This commit is contained in:
trwnh 2018-06-19 23:18:47 -05:00 committed by GitHub
parent b271b7065d
commit 82d53d686e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,11 +19,7 @@
</div>
<div class="form-group">
<label class="font-weight-bold text-muted small">Caption</label>
<<<<<<< HEAD
<input type="text" class="form-control" name="caption" placeholder="Add a caption here" maxlength="{{config('pixelfed.max_caption_length')}}">
=======
<input type="text" class="form-control" name="caption" placeholder="Add a caption here" autocomplete="off">
>>>>>>> dev
<input type="text" class="form-control" name="caption" placeholder="Add a caption here" autocomplete="off" maxlength="{{config('pixelfed.max_caption_length')}}">
<small class="form-text text-muted">
Max length: {{config('pixelfed.max_caption_length')}} characters.
</small>