We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef49b17 commit ef1b562Copy full SHA for ef1b562
matlab/src/matlab/+arrow/+internal/+test/+display/makeLinkString.m
@@ -26,11 +26,11 @@
26
end
27
28
if opts.BoldFont
29
- link = compose("<a href=""matlab:helpPopup %s""" + ...
+ link = compose("<a href=""matlab:helpPopup('%s')""" + ...
30
" style=""font-weight:bold"">%s</a>", ...
31
opts.FullClassName, opts.ClassName);
32
else
33
- link = compose("<a href=""matlab:helpPopup %s"">%s</a>", ...
+ link = compose("<a href=""matlab:helpPopup('%s')"">%s</a>", ...
34
35
36
0 commit comments