Commit 6aef905
Fix language-badge leaking into view heading
A language-tagged dct:title renders (xhtml:DefinitionDescription) as a
<dd> with a leading language-badge <span>, so xsl:value-of over the whole
element prepended the tag to the heading (e.g. "enCurrent members").
Select the value text() node only, dropping the badge; [1] guards against
multiple language values.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 8a56f16 commit 6aef905
1 file changed
Lines changed: 2 additions & 1 deletion
File tree
- src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/block
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
796 | 796 | | |
797 | 797 | | |
798 | 798 | | |
799 | | - | |
| 799 | + | |
| 800 | + | |
800 | 801 | | |
801 | 802 | | |
802 | 803 | | |
| |||
0 commit comments