diff -r f67047a16084 -r fba23fde14ba client/js/wikipedia-bin.js --- a/client/js/wikipedia-bin.js Fri May 16 12:37:51 2014 +0200 +++ b/client/js/wikipedia-bin.js Fri May 16 14:09:57 2014 +0200 @@ -35,10 +35,10 @@ Rkns.Wikipedia.Bin = Rkns.Utils.inherit(Rkns._BaseBin); Rkns.Wikipedia.Bin.prototype.resultTemplate = Rkns._.template( - '
  • ' - + '

    <%=htitle%>

    ' - + '

    <%=hdescription%>

  • ' + '
  • ' + + '

    <%=htitle%>

    ' + + '

    <%=hdescription%>

  • ' ); Rkns.Wikipedia.Bin.prototype._init = function(_renkan, _opts) { @@ -89,7 +89,7 @@ } this.renkan.resizeBins(); }; - + Rkns.Wikipedia.Bin.prototype.refresh = function() { var _this = this; Rkns.$.ajax({ @@ -100,4 +100,4 @@ _this.render(); } }); -}; \ No newline at end of file +};