@@ -203,9 +205,7 @@
';
if (strlen($p_tags) > 0) {
- foreach ($tagArray as $tags) {
- echo '' . trim($tags) . '';
- }
+ echo tagsToHtmlUser($p_tags,$profile_username);
} else {
echo ' No tags';
}
@@ -291,13 +291,11 @@
|
';
- if (strlen($f_tags) > 0) {
- foreach ($tagArray2 as $tags) {
- echo '' . trim($tags) . '';
- }
- } else {
- echo ' No tags';
- }
+ if (strlen($f_tags) > 0) {
+ echo tagsToHtmlUser($f_tags,$profile_username);
+ } else {
+ echo ' No tags';
+ }
echo ' |
diff --git a/theme/bulma/view.php b/theme/bulma/view.php
index 5e977c8..89eec52 100644
--- a/theme/bulma/view.php
+++ b/theme/bulma/view.php
@@ -212,7 +212,7 @@ $selectedloader = "$bg[$i]"; // set variable equal to which random filename was
} else {
echo 'paste.php?embed&id=';
}
- echo $paste_id . '">'; ?>' readonly/>
+ echo $paste_id . '">'; ?>' readonly />
@@ -232,7 +232,7 @@ $selectedloader = "$bg[$i]"; // set variable equal to which random filename was
= pp_html_escape($error) ?>
-
+
$line):
@@ -245,7 +245,7 @@ $selectedloader = "$bg[$i]"; // set variable equal to which random filename was
-
= $p_content ?>
+
= $p_content ?>
@@ -295,7 +295,7 @@ $selectedloader = "$bg[$i]"; // set variable equal to which random filename was
+ value="= $paste['title'] ?>" />
@@ -412,7 +412,7 @@ $selectedloader = "$bg[$i]"; // set variable equal to which random filename was