@@ -122,7 +122,7 @@ discard block |
||
122 | 122 | */ |
123 | 123 | public function getShortFooter() { |
124 | 124 | $footer = '© 2017 <a href="'.$this->getBaseUrl().'" target="_blank\">'.$this->getEntity().'</a>'. |
125 | - '<br/>' . $this->getSlogan(); |
|
125 | + '<br/>'.$this->getSlogan(); |
|
126 | 126 | |
127 | 127 | return $footer; |
128 | 128 | } |
@@ -133,13 +133,13 @@ discard block |
||
133 | 133 | */ |
134 | 134 | public function getLongFooter() { |
135 | 135 | $footer = '© 2017 <a href="'.$this->getBaseUrl().'" target="_blank\">'.$this->getEntity().'</a>'. |
136 | - '<br/>' . $this->getSlogan(); |
|
136 | + '<br/>'.$this->getSlogan(); |
|
137 | 137 | |
138 | 138 | return $footer; |
139 | 139 | } |
140 | 140 | |
141 | 141 | public function buildDocLinkToKey($key) { |
142 | - return $this->getDocBaseUrl() . '/server/12/go.php?to=' . $key; |
|
142 | + return $this->getDocBaseUrl().'/server/12/go.php?to='.$key; |
|
143 | 143 | } |
144 | 144 | |
145 | 145 |