Commit 6a17e639 authored by XhmikosR's avatar XhmikosR
Browse files

Remove trailing spaces.

parent 45b649f9
Showing with 1 addition and 1 deletion
+1 -1
...@@ -928,7 +928,7 @@ Our example forms show native textual `<input>`s above, but form validation styl ...@@ -928,7 +928,7 @@ Our example forms show native textual `<input>`s above, but form validation styl
<div class="custom-file"> <div class="custom-file">
<input type="file" class="custom-file-input" id="validatedCustomFile" required> <input type="file" class="custom-file-input" id="validatedCustomFile" required>
<label class="custom-file-label" for="validatedCustomFile">Choose file...</label> <label class="custom-file-label" for="validatedCustomFile">Choose file...</label>
<div class="invalid-feedback">Example invalid custom file feedback</div> <div class="invalid-feedback">Example invalid custom file feedback</div>
</div> </div>
</form> </form>
{% endexample %} {% endexample %}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment