The unified diff between revisions [72c12edb..] and [2596d25a..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'templates/index.html'

#
#
# patch "templates/index.html"
#  from [547f9d166607671ec97bac4627260331d677fd3d]
#    to [c8cce216300ecbead5ba0ffad4c4cf26f43885d1]
#
============================================================
--- templates/index.html	547f9d166607671ec97bac4627260331d677fd3d
+++ templates/index.html	c8cce216300ecbead5ba0ffad4c4cf26f43885d1
@@ -29,16 +29,15 @@ might be useful.

 #for t, did, branch, offset in $branches
 #if $t == "d"
-    <div style="cursor: pointer" onclick="toggle_hidden('t_$did', 'e_$did');"><span id="e_$did" style="font-family:monospace;">[+]</span> $branch.name</div>
+    <div><span style="cursor: pointer" onclick="toggle_hidden('t_$did', 'e_$did');"><span id="e_$did" style="font-family:monospace;">[+]</span> $branch.name</span></div>
     <div id="t_$did" style="display: none; margin-left: 2em;">
 #else if $t == "e"
     </div> <!-- end of $did -->
 #else
-    <div><span style="font-family:monospace;">&nbsp;&nbsp;&nbsp;</span>
+    <span style="font-family:monospace;">&nbsp;&nbsp;&nbsp;</span>
     #filter Filter
-    $link($branch).html()
+    $link($branch).html()<br />
     #end filter
-    </div>
 #end if
 #end for