Attribute values for < and > and '' should be written als &lt; &gt; and &quot;(when enclosed with double quotes for attribute delimters) (#3043)

This commit is contained in:
Tschallacka 2017-08-29 18:29:48 +02:00 committed by Luke Towers
parent ac75fa36ec
commit b152663ff5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<div class="upload-progress">
<h5
data-label="file-number-and-progress"
data-message-template="<?= e(trans('cms::lang.media.uploading_file_num')) ?> <span>:percents</span>"
data-message-template="<?= e(trans('cms::lang.media.uploading_file_num')) ?> &lt;span&gt;:percents&lt;/span&gt;"
data-success-template="<?= e(trans('cms::lang.media.uploading_complete')) ?>"
data-error-template="<?= e(trans('cms::lang.media.uploading_error')) ?>"
></h5>