mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 14:40:09 +01:00
Fixed error
Fixed markup error in sandwich function.
This commit is contained in:
parent
2c64716e3b
commit
31654990b7
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,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