mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 14:40:09 +01:00
Fixed error in function
Missed </a> tag
This commit is contained in:
parent
31654990b7
commit
ddcb18a85c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ function sandwitch($str) {
|
|||
} else {
|
||||
$tagcolor = "tag is-info";
|
||||
}
|
||||
$output .= '<a href="/archive?q=' . trim($word) . '"><span class="' . $tagcolor . '">' . trim($word) . '</span>';
|
||||
$output .= '<a href="/archive?q=' . trim($word) . '"><span class="' . $tagcolor . '">' . trim($word) . '</span></a>';
|
||||
}
|
||||
return $output;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue