diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html
index 8fb2e1b6..30a40db2 100644
--- a/changedetectionio/templates/edit.html
+++ b/changedetectionio/templates/edit.html
@@ -121,11 +121,15 @@ User-Agent: wonderbra 1.0") }}
{{ render_field(form.trigger_text, rows=5, placeholder="Some text to wait for in a line
/some.regex\d{2}/ for case-INsensitive regex
- ") }}
-
Text to wait for before triggering a change/notification, all text and regex are tested case-insensitive.
-
Trigger text is processed from the result-text that comes out of any CSS/JSON Filters for this watch.
-
Each line is process separately (think of each line as "OR")
-
Note: Wrap in forward slash / to use regex example: /foo\d/
+ ") }}
+
+
+ - Text to wait for before triggering a change/notification, all text and regex are tested case-insensitive.
+ - Trigger text is processed from the result-text that comes out of any CSS/JSON Filters for this watch
+ - Each line is process separately (think of each line as "OR")
+ - Note: Wrap in forward slash / to use regex example: /foo\d/
+
+