summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-01-10 18:34:14 (GMT)
committerGitHub <noreply@github.com>2019-01-10 18:34:14 (GMT)
commit121ec253945f6563ac6731e3596cd9beaa39cb72 (patch)
tree10a16082118b5c7d644fb0a543b6a2e5bf01383c /templates
parent7f6815973d3d4db95b4a97a851c7839da632fab8 (diff)
parent6296ca32abf74dff4883b2f476ee311c2cd0324f (diff)
downloadDoxygen-121ec253945f6563ac6731e3596cd9beaa39cb72.zip
Doxygen-121ec253945f6563ac6731e3596cd9beaa39cb72.tar.gz
Doxygen-121ec253945f6563ac6731e3596cd9beaa39cb72.tar.bz2
Merge pull request #6738 from albert-github/feature/issue_6733
issue #6733 invalid cite anchor id when using crossref
Diffstat (limited to 'templates')
-rw-r--r--templates/html/doxygen.bst12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/html/doxygen.bst b/templates/html/doxygen.bst
index c6ae7a8..3bdb4f4 100644
--- a/templates/html/doxygen.bst
+++ b/templates/html/doxygen.bst
@@ -549,7 +549,7 @@ FUNCTION {format.tr.number}
FUNCTION {format.article.crossref}
{
- "In <a href=" quote$ * "#" * crossref * quote$ * ">" *
+ "In <a href=" quote$ * "#" * "CITEREF_" * crossref * quote$ * ">" *
key empty$
{ journal empty$
{ "need key or journal for " cite$ * " to crossref " * crossref *
@@ -561,7 +561,7 @@ FUNCTION {format.article.crossref}
}
{ key * }
if$
- "</a> \citelabel{" * crossref * "}" *
+ "</a> \citelabel{" * "CITEREF_" * crossref * "}" *
}
FUNCTION {format.crossref.editor}
@@ -590,7 +590,7 @@ FUNCTION {format.book.crossref}
" of " *
}
if$
- "<a href=" * quote$ * "#" * crossref * quote$ * ">" *
+ "<a href=" * "CITEREF_" * quote$ * "#" * crossref * quote$ * ">" *
editor empty$
editor field.or.null author field.or.null =
or
@@ -608,12 +608,12 @@ FUNCTION {format.book.crossref}
}
{ format.crossref.editor * }
if$
- "</a> \citelabel{" * crossref * "}" *
+ "</a> \citelabel{" * "CITEREF_" * crossref * "}" *
}
FUNCTION {format.incoll.inproc.crossref}
{
- "In <a href=" quote$ * "#" * crossref * quote$ * ">" *
+ "In <a href=" quote$ * "#" * "CITEREF_" * crossref * quote$ * ">" *
editor empty$
editor field.or.null author field.or.null =
or
@@ -631,7 +631,7 @@ FUNCTION {format.incoll.inproc.crossref}
}
{ format.crossref.editor * }
if$
- "</a> \citelabel{" * crossref * "}" *
+ "</a> \citelabel{" * "CITEREF_" * crossref * "}" *
}
FUNCTION {article}