diff --git a/system/admin/views/main.html.php b/system/admin/views/main.html.php index aff67402..5f519237 100644 --- a/system/admin/views/main.html.php +++ b/system/admin/views/main.html.php @@ -20,7 +20,7 @@ if (config("views.counter") == "true") echo '' . $p->views . ''; echo ''. strip_tags($p->category) .''; - echo '' . $p->tag . ''; + echo '' . str_replace("rel=\"tag\"", "rel=\"tag\" class=\"badge badge-light text-primary font-weight-normal\"", $p->tag) . ''; echo '' . i18n('Edit') . ' ' . i18n('Delete') . ''; echo ''; } @@ -28,4 +28,4 @@ } } -?> \ No newline at end of file +?> diff --git a/system/admin/views/popular-posts.html.php b/system/admin/views/popular-posts.html.php index 9c0078cc..d5622c2e 100644 --- a/system/admin/views/popular-posts.html.php +++ b/system/admin/views/popular-posts.html.php @@ -25,7 +25,7 @@ slug); ?> author ?> category);?> - tag ?> + tag); ?> @@ -34,4 +34,4 @@ class="btn btn-danger btn-xs" href="url ?>/delete?destination=adm \ No newline at end of file +} ?> diff --git a/system/admin/views/posts-list.html.php b/system/admin/views/posts-list.html.php index 5fa765ee..8b23a772 100644 --- a/system/admin/views/posts-list.html.php +++ b/system/admin/views/posts-list.html.php @@ -25,7 +25,7 @@ views ?> author ?> category);?> - tag ?> + tag); ?> diff --git a/system/admin/views/scheduled.html.php b/system/admin/views/scheduled.html.php index 1ee6a41e..eb1a17a5 100644 --- a/system/admin/views/scheduled.html.php +++ b/system/admin/views/scheduled.html.php @@ -20,7 +20,7 @@ title ?> date, 'd F Y, H:i:s') ?> category);?> - tag ?> + tag); ?> diff --git a/system/admin/views/user-draft.html.php b/system/admin/views/user-draft.html.php index 87bd8fe9..c59008fd 100644 --- a/system/admin/views/user-draft.html.php +++ b/system/admin/views/user-draft.html.php @@ -20,7 +20,7 @@ title ?> date) ?> category);?> - tag ?> + tag); ?> @@ -90,4 +90,4 @@ - \ No newline at end of file + diff --git a/system/admin/views/user-posts.html.php b/system/admin/views/user-posts.html.php index 853966d8..5ecb49b0 100644 --- a/system/admin/views/user-posts.html.php +++ b/system/admin/views/user-posts.html.php @@ -26,7 +26,7 @@ views ?> category);?> - tag ?> + tag); ?> @@ -52,4 +52,4 @@ \ No newline at end of file +} ?>