Completed
Push — master ( e2320e...ecbc1b )
by Morris
80:20 queued 49:11
created
themes/example/defaults.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.