Completed
Push — openstreetmap ( 0f3d44...8ce70d )
by Greg
14:15 queued 05:53
created
app/Fact.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -263,7 +263,7 @@
 block discarded – undo
263 263
 	 */
264 264
 	public function getLabel() {
265 265
 		// Custom FACT/EVEN - with a TYPE
266
-		if (($this->tag ==='FACT' || $this->tag === 'EVEN') && $this->getAttribute('TYPE') !== '') {
266
+		if (($this->tag === 'FACT' || $this->tag === 'EVEN') && $this->getAttribute('TYPE') !== '') {
267 267
 			return I18N::translate(e($this->getAttribute('TYPE')));
268 268
 		}
269 269
 
Please login to merge, or discard this patch.