Fix links inside symbol syntax, so that they keep the current language.
[WIKI CGI SCRIPT] * BUG: Fix links inside symbol syntax, so that they keep the current language.
This commit is contained in:
parent
c8d94ef9b1
commit
c3b4a13aac
1 changed files with 1 additions and 1 deletions
|
@ -871,7 +871,7 @@ Public Function GetClassLinkFromName(sClass As String) As String
|
||||||
sComp = CComponent.Classes[sClass].Component
|
sComp = CComponent.Classes[sClass].Component
|
||||||
Endif
|
Endif
|
||||||
|
|
||||||
Return "<a href=\"" & Application.Root &/ LCase("comp" &/ sComp &/ sClass) & "\">" & Html(sClass) & "</a>"
|
Return "<a href=\"" & Html(Application.Root &/ LCase("comp" &/ sComp &/ sClass) & LinkSuffix) & "\">" & Html(sClass) & "</a>"
|
||||||
|
|
||||||
Catch
|
Catch
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue