aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2018-08-25 21:25:26 +0200
committerMax Kostikov <max@kostikov.co>2018-08-25 21:25:26 +0200
commite78a4d61d85bac570a63086ec1af68eee3c9c9b0 (patch)
treee5ae9e06417d2a90612a167e65972bbeab47fab7 /Zotlabs
parent88ebcb56e7d1f70a594f3f11b0d209e084a3521a (diff)
downloadvolse-hubzilla-e78a4d61d85bac570a63086ec1af68eee3c9c9b0.tar.gz
volse-hubzilla-e78a4d61d85bac570a63086ec1af68eee3c9c9b0.tar.bz2
volse-hubzilla-e78a4d61d85bac570a63086ec1af68eee3c9c9b0.zip
Update NativeWikiPage.php
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Lib/NativeWikiPage.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/Zotlabs/Lib/NativeWikiPage.php b/Zotlabs/Lib/NativeWikiPage.php
index f129217c5..d4875bbaf 100644
--- a/Zotlabs/Lib/NativeWikiPage.php
+++ b/Zotlabs/Lib/NativeWikiPage.php
@@ -557,9 +557,9 @@ class NativeWikiPage {
'$permsWrite' => $arr['permsWrite'],
'$name_lbl' => t('Name'),
'$msg_label' => t('Message','wiki_history'),
- '$date_lbl' => t('Date'),
- '$revert_btn' => t('Revert'),
- '$compare_btn' => t('Compare')
+ '$date_lbl' => t('Date'),
+ '$revert_btn' => t('Revert'),
+ '$compare_btn' => t('Compare')
));
}
@@ -695,4 +695,4 @@ class NativeWikiPage {
return $o;
}
-} \ No newline at end of file
+}