Completed
Push — master ( 81ee06...d42178 )
by Lukas
15:31
created
themes/example/defaults.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.