mirror of
https://github.com/fadden/6502bench.git
synced 2025-03-02 23:29:02 +00:00
Change bookmark link element
Use <span> instead of <a> when defining target.
This commit is contained in:
parent
3bda6df786
commit
6db18cc1df
@ -673,8 +673,8 @@ namespace SourceGen {
|
|||||||
string trimLabel = Symbol.TrimAndValidateLabel(parts.Label,
|
string trimLabel = Symbol.TrimAndValidateLabel(parts.Label,
|
||||||
mFormatter.NonUniqueLabelPrefix, out bool isValid, out bool unused1,
|
mFormatter.NonUniqueLabelPrefix, out bool isValid, out bool unused1,
|
||||||
out bool unused2, out bool unused3, out Symbol.LabelAnnotation unusedAnno);
|
out bool unused2, out bool unused3, out Symbol.LabelAnnotation unusedAnno);
|
||||||
anchorLabel = "<a id=\"" + LABEL_LINK_PREFIX + trimLabel +
|
anchorLabel = "<span id=\"" + LABEL_LINK_PREFIX + trimLabel +
|
||||||
"\">" + parts.Label + "</a>";
|
"\">" + parts.Label + "</span>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user