From ddcb18a85c5b848bb5fde009200bbabb2206fe7e Mon Sep 17 00:00:00 2001
From: aftercase <74765798+aftercase@users.noreply.github.com>
Date: Mon, 12 Jul 2021 21:26:08 +0100
Subject: [PATCH] Fixed error in function
Missed tag
---
api/ssp.pastes.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api/ssp.pastes.php b/api/ssp.pastes.php
index 96c7787..d1de0eb 100644
--- a/api/ssp.pastes.php
+++ b/api/ssp.pastes.php
@@ -20,7 +20,7 @@ function sandwitch($str) {
} else {
$tagcolor = "tag is-info";
}
- $output .= '' . trim($word) . '';
+ $output .= '' . trim($word) . '';
}
return $output;
}