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

fix hyperlink

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@2731 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent ec90421b
No related branches found
No related tags found
Loading
...@@ -307,6 +307,9 @@ public class Annotation extends JEditorPane ...@@ -307,6 +307,9 @@ public class Annotation extends JEditorPane
if(ind3>-1 && ind3<ind2) if(ind3>-1 && ind3<ind2)
ind2 = ind3; ind2 = ind3;
ind3 = s.indexOf(";",ind); ind3 = s.indexOf(";",ind);
if(ind3>-1 && ind3<ind2)
ind2 = ind3;
ind3 = s.indexOf("\"",ind);
if(ind3>-1 && ind3<ind2) if(ind3>-1 && ind3<ind2)
ind2 = ind3; ind2 = ind3;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment