mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 06:30:07 +01:00
typo error
removed comma after tag.
This commit is contained in:
parent
8ba425f0fc
commit
3d59d22667
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ function sandwitch($str) {
|
|||
} else {
|
||||
$tagcolor = "tag is-info";
|
||||
}
|
||||
$output .= '<a href="/archive?q=' . trim($word) . '"><span class="' . $tagcolor . '">' . trim($word) . '</span>,</a>';
|
||||
$output .= '<a href="/archive?q=' . trim($word) . '"><span class="' . $tagcolor . '">' . trim($word) . '</span></a>';
|
||||
}
|
||||
return $output;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue