Skip to content

Commit fda70b1

Browse files
committed
changes a text message
1 parent c57fb71 commit fda70b1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Views/blogetc_admin/posts/form.blade.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,8 @@
8484
name='post_body'>{{old("post_body",$post->post_body)}}</textarea>
8585

8686

87-
<div class='alert alert-danger'>
88-
Please note that any HTML (including any JS code) that is entered here will be
89-
echoed (without escaping)
87+
<div class='alert alert-warning'>
88+
If you want to add HTML content to be rendered, click source button at top left, and then paste your HTML snippet.
9089
</div>
9190
</div>
9291

0 commit comments

Comments
 (0)