Skip to content

Commit

Permalink
Hate EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
taufik-nurrohman committed Aug 28, 2021
1 parent 0c3b52d commit acd20a0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Release Notes

### 1.0.0

- Initial release.
- Initial release.
2 changes: 1 addition & 1 deletion user.comment/about.page
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ This task will change the comment file extension from `.page` to `.archive`, so

### Show

This task will change the comment status back to `1` or `2`.
This task will change the comment status back to `1` or `2`.
2 changes: 1 addition & 1 deletion user.comment/engine/r/asset.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
$z = defined('DEBUG') && DEBUG ? '.' : '.min.';
Asset::set($path . 'css' . DS . 'index' . $z . 'css', 10);
}
}, -1);
}, -1);
2 changes: 1 addition & 1 deletion user.comment/engine/r/hook.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ function comment_form_tasks($tasks) {

\Hook::set('comment-form', __NAMESPACE__ . "\\comment_form", 10.1);
\Hook::set('comment-form-tasks', __NAMESPACE__ . "\\comment_form_tasks", 10.1);
\Hook::set('comment-tasks', __NAMESPACE__ . "\\comment_tasks", 10.1);
\Hook::set('comment-tasks', __NAMESPACE__ . "\\comment_tasks", 10.1);
2 changes: 1 addition & 1 deletion user.comment/engine/r/route.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ function hit($any) {

if (\Request::is('Get')) {
\Route::hit('.comment/*', __NAMESPACE__ . "\\hit", 10);
}
}
2 changes: 1 addition & 1 deletion user.comment/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

require __DIR__ . DS . 'engine' . DS . 'r' . DS . 'asset.php';
require __DIR__ . DS . 'engine' . DS . 'r' . DS . 'hook.php';
require __DIR__ . DS . 'engine' . DS . 'r' . DS . 'route.php';
require __DIR__ . DS . 'engine' . DS . 'r' . DS . 'route.php';
2 changes: 1 addition & 1 deletion user.comment/lot/asset/.htaccess
Original file line number Diff line number Diff line change
@@ -1 +1 @@
allow from all
allow from all
2 changes: 1 addition & 1 deletion user.comment/lot/asset/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
box-shadow: none;
cursor: inherit;
user-select: text;
}
}
2 changes: 1 addition & 1 deletion user.comment/lot/asset/css/index.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit acd20a0

Please sign in to comment.