mirror of https://github.com/BOINC/boinc.git
web: the BBCode processor has [github] tags.
These probably don't need to exist but at least they should point to the right place.
This commit is contained in:
parent
2d7e82b2f4
commit
8cc264b66c
|
@ -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 (
|
||||
|
@ -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>",
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue