I have been tracking down a problem in Gnomesword with ESV cross-references. The problem occurs because *x type notes occur immediately before words which interferes with the &quot;double click a word to look up in dictionary&quot; feature of Gnomesword. In researching this, I have noticed what appears to be a discrepancy with the way osisrtf.cpp handles this as opposed to osishtmlref.cpp. I could be reading this incorrectly or looking in the wrong place, so forgive me if I&#39;m misunderstanding something. The html filter is this:<br>
<br>&quot;&lt;a href=\&quot;passagestudy.jsp?action=showNote&amp;type=%c&amp;value=%s&amp;module=%s&amp;passage=%s\&quot;&gt;&lt;small&gt;&lt;sup&gt;*%c&lt;/sup&gt;&lt;/small&gt;&lt;/a&gt;&quot;<br><br>and the rtf filter is this:<br>
<br>&quot;{\\super &lt;a href=\&quot;\&quot;&gt;*%c%i.%s&lt;/a&gt;} &quot;<br><br>The difference (that I&#39;m wondering about) is the trailing space at the end of the rtf filter. Having this space in the html filter would solve our current dictionary lookup issue. Is there a reason this couldn&#39;t be added?<br>
<br>Thank you,<br>Matthew<br>