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 09a38ce commit 80a6f46Copy full SHA for 80a6f46
1 file changed
demo1/index.php
@@ -92,7 +92,7 @@
92
if (empty($errors)) {
93
echo '<p>Sucessfully logged out</p>';
94
} else {
95
- echo '<p>', implode(', ', $errors), '</p>');
+ echo '<p>', implode(', ', $errors), '</p>';
96
}
97
98
0 commit comments