Skip to content

Commit 939784b

Browse files
committed
Fix EOF problems
1 parent 27eaea6 commit 939784b

7 files changed

Lines changed: 11 additions & 8 deletions

File tree

event/listener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ public function request_cookie($name, $default = null)
144144
$name = $this->config['cookie_name'] . '_' . $name;
145145
return $this->request->variable($name, $default, false, 3);
146146
}
147-
}
147+
}

language/en/quickstyle.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,3 @@
3838
$lang = array_merge($lang, array(
3939
'QUICK_STYLE' => 'Style',
4040
));
41-
42-
?>

migrations/release_1_3_0.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ public function update_data()
5555
)),
5656
);
5757
}
58-
}
58+
}
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
<!-- IF S_QUICK_STYLE_OPTIONS and S_QUICK_STYLE_DEFAULT_LOC and !$S_QUICK_STYLE_DISPLAYED --><!-- INCLUDE quickstyle.html --><!-- ENDIF -->
1+
<!-- IF S_QUICK_STYLE_OPTIONS and S_QUICK_STYLE_DEFAULT_LOC and not $S_QUICK_STYLE_DISPLAYED -->
2+
<!-- INCLUDE quickstyle.html -->
3+
<!-- ENDIF -->
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
<!-- IF S_QUICK_STYLE_OPTIONS --><!-- DEFINE $S_QUICK_STYLE_DISPLAYED = true --><!-- INCLUDE quickstyle.html --><!-- ENDIF -->
1+
<!-- IF S_QUICK_STYLE_OPTIONS -->
2+
<!-- DEFINE $S_QUICK_STYLE_DISPLAYED = true -->
3+
<!-- INCLUDE quickstyle.html -->
4+
<!-- ENDIF -->

styles/all/template/quickstyle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
</div>
1111
</noscript>
1212
</form>
13-
</li>
13+
</li>

styles/subsilver2/template/quickstyle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
</label>
1010
</noscript>
1111
</form>
12-
</td>
12+
</td>

0 commit comments

Comments
 (0)