aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-04-24 11:27:02 +0200
committerLukas Larsson <[email protected]>2018-04-24 11:27:02 +0200
commit1c969186c656e95660e9b5453bf448a5a1dba382 (patch)
treec5571edb3bf8fbb975883c0c561a7799f4f3deab
parent2e439788218f4f81e9344a238c88da988667c42c (diff)
parent995c90f9537c29dcc86f07a613d67513fca7f1d7 (diff)
downloadotp-1c969186c656e95660e9b5453bf448a5a1dba382.tar.gz
otp-1c969186c656e95660e9b5453bf448a5a1dba382.tar.bz2
otp-1c969186c656e95660e9b5453bf448a5a1dba382.zip
Merge branch 'lukas/erl_docgen/add_github_contrib_link/OTP-14979'
* lukas/erl_docgen/add_github_contrib_link/OTP-14979: erl_docgen: Fix title link with '?'
-rw-r--r--lib/erl_docgen/priv/xsl/db_html.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erl_docgen/priv/xsl/db_html.xsl b/lib/erl_docgen/priv/xsl/db_html.xsl
index b6ebcc0c67..7bb1e7a068 100644
--- a/lib/erl_docgen/priv/xsl/db_html.xsl
+++ b/lib/erl_docgen/priv/xsl/db_html.xsl
@@ -69,7 +69,7 @@
<func:function name="erl:to-link">
<xsl:param name="text"/>
- <func:result select="translate(erl:lower-case($text),': /()&quot;&#10;','-------')"/>
+ <func:result select="translate(erl:lower-case($text),'?: /()&quot;&#10;','--------')"/>
</func:function>
<!-- Used from template menu.funcs to sort a module's functions for the lefthand index list,