Commit bb9f46f
authored
Remove html escaping in schedule title (elan-ev#1323)
It is not necessary to escape the title in the php code as vue automatically escapes html content in templates, see https://vuejs.org/guide/best-practices/security#html-content.1 parent c41e7a8 commit bb9f46f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
794 | 794 | | |
795 | 795 | | |
796 | 796 | | |
797 | | - | |
| 797 | + | |
798 | 798 | | |
799 | 799 | | |
800 | 800 | | |
801 | | - | |
| 801 | + | |
802 | 802 | | |
803 | 803 | | |
804 | 804 | | |
| |||
0 commit comments