@@ -45,7 +45,7 @@ discard block |
||
45 | 45 | $progress, |
46 | 46 | $version |
47 | 47 | ) { |
48 | - parent::__construct($id,RESOURCE_WIKI); |
|
48 | + parent::__construct($id, RESOURCE_WIKI); |
|
49 | 49 | $this->id = $id; |
50 | 50 | $this->page_id = $page_id; |
51 | 51 | $this->reflink = $reflink; |
@@ -61,6 +61,6 @@ discard block |
||
61 | 61 | public function show() |
62 | 62 | { |
63 | 63 | parent::show(); |
64 | - echo $this->reflink.' ('. (empty($this->group_id) ? get_lang('Everyone') : get_lang('Group') . ' ' . $this->group_id) .') ' . '<i>(' . $this->dtime . ')</i>'; |
|
64 | + echo $this->reflink.' ('.(empty($this->group_id) ? get_lang('Everyone') : get_lang('Group').' '.$this->group_id).') '.'<i>('.$this->dtime.')</i>'; |
|
65 | 65 | } |
66 | 66 | } |