Skip to content

Commit b566515

Browse files
author
hornik
committed
Tweaks for c88462.
git-svn-id: https://svn.r-project.org/R/trunk@88469 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 00591e6 commit b566515

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/library/tools/R/RdHelpers.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,10 @@ function(x)
189189
Rd_expr_bibcite_keys_cited(NULL)
190190
}
191191
y <- sort(unique(bib[bib$key %in% keys]))
192-
paste(sprintf("\\if{html}{\\out{<span id=\"reference+%s\">}}%s\\if{html}{\\out{</span>}}",
192+
paste(sprintf("\\if{html}{\u2060\\out{<span id=\"reference+%s\">}}%s\\if{html}{\\out{</span>}}",
193193
string2id(unlist(y$key, use.names = FALSE)),
194194
toRd(y)),
195-
collapse =
196-
"\\if{html}{\\out{</p>}}\n\n\\if{html}{\\out{<p>}}")
195+
collapse = "\\if{html}{\\out{</p>}}\n\n\\if{html}{\\out{<p>}}")
197196
}
198197

199198
Rd_expr_bibcite_keys_cited <- local({

0 commit comments

Comments
 (0)