changed the formatting of the annotation template.
--- a/src/templates/annotation.html Thu Nov 10 14:27:51 2011 +0100
+++ b/src/templates/annotation.html Thu Nov 10 14:28:08 2011 +0100
@@ -1,6 +1,11 @@
{{! template for an annotation displayed in a segmentWidget }}
<div title='{{divTitle}}' id='{{id}}'
class='ui-slider-range ui-slider-range-min ui-widget-header Ldt-iri-chapter'
- style='left: {{startPourcent}}%; width: {{endPourcent}}%; padding-top:15px; border-left:solid 1px #aaaaaa; border-right:solid 1px #aaaaaa; background:#{{hexa_color}};'
+ style='left: {{startPourcent}}%;
+ width: {{endPourcent}}%;
+ padding-top:15px;
+ border-left:solid 1px #aaaaaa;
+ border-right:solid 1px #aaaaaa;
+ background:#{{hexa_color}};'
>
</div>
\ No newline at end of file