diff --git a/src/Views/auth-login.phtml b/src/Views/auth-login.phtml index 5c72cbd8..015d914c 100644 --- a/src/Views/auth-login.phtml +++ b/src/Views/auth-login.phtml @@ -3,8 +3,8 @@ CustomAssetViewDecorator::setSubTitle('authentication form'); CustomAssetViewDecorator::addStylesheet('auth.css'); ?> -
-

If you don't have an account yet,
click here to create a new one.

+ +

If you don't have an account yet,
click here to create a new one.

@@ -38,9 +38,9 @@ CustomAssetViewDecorator::addStylesheet('auth.css');

Problems logging in?

diff --git a/src/Views/comment-add.phtml b/src/Views/comment-add.phtml index bfd9734f..51d57001 100644 --- a/src/Views/comment-add.phtml +++ b/src/Views/comment-add.phtml @@ -3,7 +3,7 @@ CustomAssetViewDecorator::addStylesheet('comment-edit.css'); CustomAssetViewDecorator::addScript('comment-edit.js'); ?> - +

add comment

diff --git a/src/Views/comment-edit.phtml b/src/Views/comment-edit.phtml index e368d5ef..59c3b543 100644 --- a/src/Views/comment-edit.phtml +++ b/src/Views/comment-edit.phtml @@ -3,13 +3,13 @@ CustomAssetViewDecorator::addStylesheet('comment-edit.css'); CustomAssetViewDecorator::addScript('comment-edit.js'); ?> - +

edit comment

-
+
diff --git a/src/Views/comment-list.phtml b/src/Views/comment-list.phtml index 021b26da..50e28046 100644 --- a/src/Views/comment-list.phtml +++ b/src/Views/comment-list.phtml @@ -18,17 +18,17 @@ CustomAssetViewDecorator::setSubTitle('comments');
context->post = $post ?> - renderFile('post-small') ?> + renderFile('post-small') ?>
getComments()) ?> config->comments->maxCommentsInList) as $comment): ?> context->comment = $comment ?> - renderFile('comment-small') ?> + renderFile('comment-small') ?> $this->config->comments->maxCommentsInList): ?> - + (more…) diff --git a/src/Views/comment-small.phtml b/src/Views/comment-small.phtml index 4a2aabea..df455292 100644 --- a/src/Views/comment-small.phtml +++ b/src/Views/comment-small.phtml @@ -8,11 +8,11 @@ CustomAssetViewDecorator::addScript('comment-edit.js');
context->comment->getCommenter() ?> - - <?php echo $commenter->name ?> + + <?= $commenter->name ?> - <?php echo UserModel::getAnonymousName() ?> + <?= UserModel::getAnonymousName() ?>
@@ -20,21 +20,21 @@ CustomAssetViewDecorator::addScript('comment-edit.js');
- - name ?> + + name ?> - + - - context->comment->commentDate, false) ?> + + context->comment->commentDate, false) ?> - + edit @@ -42,7 +42,7 @@ CustomAssetViewDecorator::addScript('comment-edit.js'); - + delete @@ -50,7 +50,7 @@ CustomAssetViewDecorator::addScript('comment-edit.js');
- context->comment->getText() ?> + context->comment->getText() ?>
diff --git a/src/Views/debug.phtml b/src/Views/debug.phtml index a71ce8c0..98707902 100644 --- a/src/Views/debug.phtml +++ b/src/Views/debug.phtml @@ -7,17 +7,17 @@ $query = str_replace('(', '(', $query); $query = str_replace(')', ')', $query); ?> -
+
-
' . $log->getStatement()->getBindings()[$key] . '';
 				},
 				array_keys($log->getStatement()->getBindings()))) ?>
- - + +
Execution:getExecutionTime()) ?>
Retrieval:getRetrievalTime()) ?>
Execution:getExecutionTime()) ?>
Retrieval:getRetrievalTime()) ?>
diff --git a/src/Views/error-404.phtml b/src/Views/error-404.phtml index f75ab2ae..66f4bd9d 100644 --- a/src/Views/error-404.phtml +++ b/src/Views/error-404.phtml @@ -1,2 +1,2 @@

Error

-context->query ?> not found. +context->query ?> not found. diff --git a/src/Views/index-help.phtml b/src/Views/index-help.phtml index 94519725..9190744c 100644 --- a/src/Views/index-help.phtml +++ b/src/Views/index-help.phtml @@ -12,12 +12,12 @@ $showTabs = count($tabs) > 1;