diff options
Diffstat (limited to 'ext/notes/php_notes.c')
-rw-r--r-- | ext/notes/php_notes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/notes/php_notes.c b/ext/notes/php_notes.c index 8b0367aa8c..680a8893c4 100644 --- a/ext/notes/php_notes.c +++ b/ext/notes/php_notes.c @@ -2317,7 +2317,7 @@ STATUS LNPUBLIC ReadSummaryData /* Print the note ID. */ - php_printf ("\nNote ID is: %lX.\n<br>", SearchMatch.ID.NoteID); + php_printf ("\nNote ID is: %lX.\n<br />", SearchMatch.ID.NoteID); /* Print the summary data. */ |