summaryrefslogtreecommitdiffstats
path: root/src/context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/context.cpp')
-rw-r--r--src/context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context.cpp b/src/context.cpp
index 8a3a784..6ddc141 100644
--- a/src/context.cpp
+++ b/src/context.cpp
@@ -3854,7 +3854,7 @@ class TextGeneratorHtml : public TextGeneratorIntf
if (ref)
{
m_ts << "<a class=\"elRef\" ";
- m_ts << externalLinkTarget() << externalRef(m_relPath,ref,FALSE);
+ m_ts << externalLinkTarget();
}
else
{