- fixed the link in CollectionSelectionDialog and InstitutionSelectionDialog to...
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / dialog / selection / InstitutionSelectionDialog.java
index a76039c7e2ba9a65aff2617a4268c94890b481a7..9312db0b6cc1f1f52610d915cf76ada41357d4fe 100644 (file)
@@ -1,9 +1,9 @@
 // $Id$
 /**
 * Copyright (C) 2007 EDIT
-* European Distributed Institute of Taxonomy 
+* European Distributed Institute of Taxonomy
 * http://www.e-taxonomy.eu
-* 
+*
 * The contents of this file are subject to the Mozilla Public License Version 1.1
 * See LICENSE.TXT at the top of this package for the full license terms.
 */
@@ -35,7 +35,7 @@ public class InstitutionSelectionDialog extends
                                "Choose Institution", false, TeamSelectionDialog.class.getCanonicalName(), institution);
                return getSelectionFromDialog(dialog);
        }
-       
+
        /**
         * @param shell
         * @param conversation
@@ -56,7 +56,7 @@ public class InstitutionSelectionDialog extends
        @Override
        protected Institution getPersistentObject(UUID uuid) {
                AgentBase agentBase = CdmStore.getService(IAgentService.class).load(uuid);
-               
+
                if(agentBase instanceof Institution){
                        return (Institution) agentBase;
                }
@@ -76,7 +76,7 @@ public class InstitutionSelectionDialog extends
         */
        @Override
        protected String getNewWizardLinkText() {
-               return "Create a new <A>Institution</A>.";
+               return "Create a new <a>Institution</a>.";
        }
 
        /* (non-Javadoc)