aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_docgen
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-04-23 17:58:17 +0200
committerLukas Larsson <[email protected]>2018-04-23 17:58:32 +0200
commit995c90f9537c29dcc86f07a613d67513fca7f1d7 (patch)
treed5a8e0ce5f8831156d4307dfb1903caf4a4283b9 /lib/erl_docgen
parenta26796d0552c737baf26e4916e8d9014215bc301 (diff)
downloadotp-995c90f9537c29dcc86f07a613d67513fca7f1d7.tar.gz
otp-995c90f9537c29dcc86f07a613d67513fca7f1d7.tar.bz2
otp-995c90f9537c29dcc86f07a613d67513fca7f1d7.zip
erl_docgen: Fix title link with '?'
Diffstat (limited to 'lib/erl_docgen')
-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,