Skip to content
Snippets Groups Projects
Commit 03d0e3e3 authored by tjc's avatar tjc
Browse files

fix

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@5872 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 782d8d5c
Branches
Tags
No related merge requests found
......@@ -284,7 +284,7 @@ public class Annotation extends JEditorPane
db = db.toLowerCase();
ind = 0;
while((ind = s.indexOf(db, ind)) > -1)
while((ind = s.indexOf(db+":", ind)) > -1)
{
s = setHyperLinks(s,ind);
ind = s.lastIndexOf("</a>");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment