diff --git a/templates/misc/progress-bar.html.twig b/templates/misc/progress-bar.html.twig index a0e4e81889b6f863f32788977fae496942a54f63..6bc067699494fc1fc5cf1d382fc5c551a2673ad1 100644 --- a/templates/misc/progress-bar.html.twig +++ b/templates/misc/progress-bar.html.twig @@ -17,4 +17,4 @@ <div class="progress" data-drupal-progress> <div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="{{ percent }}" aria-valuemin="0" aria-valuemax="100" style="width: {{ percent }}%">{{ percent }}%</div> </div> -<small class="form-text text-muted progress-bar-message">{{ message }}</div> \ No newline at end of file +<small class="form-text text-muted progress-bar-message">{{ message }}</small> \ No newline at end of file