diff -r ea11e17e0a35 -r 860340d4c645 client/js/ldtjson-bin.js --- a/client/js/ldtjson-bin.js Wed Apr 03 16:17:36 2013 +0200 +++ b/client/js/ldtjson-bin.js Thu Apr 04 15:41:00 2013 +0200 @@ -13,12 +13,12 @@ Rkns.Ldt.ProjectBin = Rkns.Utils.inherit(Rkns._BaseBin); Rkns.Ldt.ProjectBin.prototype.tagTemplate = Rkns._.template( - '
  • ' + '
  • ' + '

    <%=htitle%>

  • ' ); Rkns.Ldt.ProjectBin.prototype.annotationTemplate = Rkns._.template( - '
  • ' + '
  • ' + '

    <%=htitle%>

    <%=hdescription%>

    Start: <%=start%>, End: <%=end%>, Duration: <%=duration%>

  • ' ); @@ -159,7 +159,7 @@ Rkns.Ldt.ResultsBin = Rkns.Utils.inherit(Rkns._BaseBin); Rkns.Ldt.ResultsBin.prototype.segmentTemplate = Rkns._.template( - '
  • ' + '
  • ' + '

    <%=htitle%>

    <%=hdescription%>

    Start: <%=start%>, End: <%=end%>, Duration: <%=duration%>

  • ' );