summaryrefslogtreecommitdiff
path: root/inc/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/template.php')
-rw-r--r--inc/template.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/template.php b/inc/template.php
index 27923f404..fc351e939 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -761,6 +761,8 @@ function tpl_pageinfo(){
if($INFO['editor']){
print ' '.$lang['by'].' ';
print $INFO['editor'];
+ }else{
+ print ' ('.$lang['external_edit'].')';
}
if($INFO['locked']){
print ' · ';