@@ -91,7 +91,7 @@ discard block |
||
91 | 91 | */ |
92 | 92 | public function getShortFooter() { |
93 | 93 | $footer = '© 2018 <a href="'.$this->getBaseUrl().'" target="_blank\">'.$this->getEntity().'</a>'. |
94 | - '<br/>' . $this->getSlogan(); |
|
94 | + '<br/>'.$this->getSlogan(); |
|
95 | 95 | |
96 | 96 | return $footer; |
97 | 97 | } |
@@ -102,13 +102,13 @@ discard block |
||
102 | 102 | */ |
103 | 103 | public function getLongFooter() { |
104 | 104 | $footer = '© 2017 <a href="'.$this->getBaseUrl().'" target="_blank\">'.$this->getEntity().'</a>'. |
105 | - '<br/>' . $this->getSlogan(); |
|
105 | + '<br/>'.$this->getSlogan(); |
|
106 | 106 | |
107 | 107 | return $footer; |
108 | 108 | } |
109 | 109 | |
110 | 110 | public function buildDocLinkToKey($key) { |
111 | - return $this->getDocBaseUrl() . '/server/12/go.php?to=' . $key; |
|
111 | + return $this->getDocBaseUrl().'/server/12/go.php?to='.$key; |
|
112 | 112 | } |
113 | 113 | |
114 | 114 |