We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57fb71 commit fda70b1Copy full SHA for fda70b1
src/Views/blogetc_admin/posts/form.blade.php
@@ -84,9 +84,8 @@
84
name='post_body'>{{old("post_body",$post->post_body)}}</textarea>
85
86
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)
+ <div class='alert alert-warning'>
+ If you want to add HTML content to be rendered, click source button at top left, and then paste your HTML snippet.
90
</div>
91
92
0 commit comments