summaryrefslogtreecommitdiff
path: root/notelist.php
diff options
context:
space:
mode:
Diffstat (limited to 'notelist.php')
-rw-r--r--notelist.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/notelist.php b/notelist.php
index 089d240e00..4bb5c7bc00 100644
--- a/notelist.php
+++ b/notelist.php
@@ -32,6 +32,6 @@ $controller->setPageTitle(WT_I18N::translate('Shared notes'));
$controller->pageHeader();
echo '<div id="note-list-page">',
- '<h2>', WT_I18N::translate('Shared notes'), '</h2>';
- print_note_table(get_note_list(WT_GED_ID));
+ '<h2>', WT_I18N::translate('Shared notes'), '</h2>',
+ format_note_table(get_note_list(WT_GED_ID));
echo '</div>';