Skip to content

Commit acd20a0

Browse files
Hate EOL
1 parent 0c3b52d commit acd20a0

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Release Notes
1010

1111
### 1.0.0
1212

13-
- Initial release.
13+
- Initial release.

user.comment/about.page

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ This task will change the comment file extension from `.page` to `.archive`, so
3333

3434
### Show
3535

36-
This task will change the comment status back to `1` or `2`.
36+
This task will change the comment status back to `1` or `2`.

user.comment/engine/r/asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
$z = defined('DEBUG') && DEBUG ? '.' : '.min.';
99
Asset::set($path . 'css' . DS . 'index' . $z . 'css', 10);
1010
}
11-
}, -1);
11+
}, -1);

user.comment/engine/r/hook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ function comment_form_tasks($tasks) {
104104

105105
\Hook::set('comment-form', __NAMESPACE__ . "\\comment_form", 10.1);
106106
\Hook::set('comment-form-tasks', __NAMESPACE__ . "\\comment_form_tasks", 10.1);
107-
\Hook::set('comment-tasks', __NAMESPACE__ . "\\comment_tasks", 10.1);
107+
\Hook::set('comment-tasks', __NAMESPACE__ . "\\comment_tasks", 10.1);

user.comment/engine/r/route.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ function hit($any) {
151151

152152
if (\Request::is('Get')) {
153153
\Route::hit('.comment/*', __NAMESPACE__ . "\\hit", 10);
154-
}
154+
}

user.comment/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
require __DIR__ . DS . 'engine' . DS . 'r' . DS . 'asset.php';
44
require __DIR__ . DS . 'engine' . DS . 'r' . DS . 'hook.php';
5-
require __DIR__ . DS . 'engine' . DS . 'r' . DS . 'route.php';
5+
require __DIR__ . DS . 'engine' . DS . 'r' . DS . 'route.php';

user.comment/lot/asset/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
allow from all
1+
allow from all

user.comment/lot/asset/css/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
box-shadow: none;
1515
cursor: inherit;
1616
user-select: text;
17-
}
17+
}

user.comment/lot/asset/css/index.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)