Skip to content

Commit

Permalink
web: the BBCode processor has [github] tags.
Browse files Browse the repository at this point in the history
These probably don't need to exist but at least
they should point to the right place.
  • Loading branch information
davidpanderson committed Apr 25, 2023
1 parent 2d7e82b commit 8cc264b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/inc/text_transform.inc
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ function bb2html($text, $export=false) {
"<a href=\"mailto:\\1\">\\1</a>",
"<a href=\"mailto:\\1\">\\1</a>",
"<a href=\"https://github.com/BOINC/boinc/issues/\\1\">#\\1</a>",
"<a href=\"https://github.com/BOINC/boinc-dev-doc/wiki/\\1\">\\1</a>",
"<a href=\"https://github.com/BOINC/boinc/wiki/\\1\">\\1</a>",
);
} else {
$htmltags = array (
Expand All @@ -251,7 +251,7 @@ function bb2html($text, $export=false) {
"<a href=\"mailto:\\1\">\\1</a>",
"<a href=\"mailto:\\1\">\\1</a>",
"<a href=\"https://github.com/BOINC/boinc/issues/\\1\">#\\1</a>",
"<a href=\"https://github.com/BOINC/boinc-dev-doc/wiki/\\1\">\\1</a>",
"<a href=\"https://github.com/BOINC/boinc/wiki/\\1\">\\1</a>",
);
}

Expand Down

0 comments on commit 8cc264b

Please sign in to comment.