From 3c65754a5e6851d1ec08f60f13ee27846f1f32e5 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 8 May 2022 00:24:58 +0200 Subject: Make 'Flagship' and 'Showcase' tags not be shown --- projects/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects/view.php') diff --git a/projects/view.php b/projects/view.php index 05cce0b..8628434 100644 --- a/projects/view.php +++ b/projects/view.php @@ -23,7 +23,7 @@ $title = $prj["name"] . " | Projects"; require_once $_SERVER['DOCUMENT_ROOT'] . ← Go back to projects list

style="background: hsla(, 100%, 50%, 0.1) !important;" src="" alt=""> Deprecated

-

line(trim($prj["description"])))) ?> " target="_blank">

+

line(trim($prj["description"])))) ?> " target="_blank">

-- cgit