diff --git a/flat/__init__.py b/flat/__init__.py index 9a38c18..38ed397 100644 --- a/flat/__init__.py +++ b/flat/__init__.py @@ -1 +1 @@ -VERSION = "0.9.3" +VERSION = "0.9.4" diff --git a/flat/script/flat.js b/flat/script/flat.js index ae4f64a..a700ff8 100644 --- a/flat/script/flat.js +++ b/flat/script/flat.js @@ -251,7 +251,7 @@ function rendertextclass() { } else { $(lbl).html(annotation.text); } - $('#' + valid(structureelement.id)).append(ab,lbl); + $('#' + valid(structureelement.id)).prepend(ab,lbl); } } }); diff --git a/setup.py b/setup.py index 0d1d46c..517ff2f 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def read(fname): setup( name = "FoLiA-Linguistic-Annotation-Tool", - version = "0.9.3", #Also change in flat/__init__.py !! + version = "0.9.4", #Also change in flat/__init__.py !! author = "Maarten van Gompel", author_email = "proycon@anaproy.nl", description = ("FLAT is a web-based linguistic annotation environment based around the FoLiA format (https://proycon.github.io/folia), a rich XML-based format for linguistic annotation. Flat allows users to view annotated FoLiA documents and enrich these documents with new annotations, a wide variety of linguistic annotation types is supported through the FoLiA paradigm."),