Skip to content

Commit eeabe22

Browse files
committed
adding break tags in example output for slight improvement to readability
1 parent 337f9a3 commit eeabe22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Example.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121

2222
if($regex->test("http://github.com"))
23-
echo "valid url";
23+
echo "valid url". '<br>';
2424
else
25-
echo "invalid url";
25+
echo "invalid url". '<br>';
2626

2727
if (preg_match($regex, 'http://github.com')) {
2828
echo 'valid url';

0 commit comments

Comments
 (0)