commit 47d500715a85879f6e3c6a0c27d2fa849f97efdc Author: Alberto Bertogli Date: Mon Jul 28 23:33:43 2014 +0100 views/tree.html: Fix lambda syntax Some versions of bottle.py don't deal well with the "if" inside the lambda, so work around it by just using comparison and simplifying the function. Signed-off-by: Alberto Bertogli commit eb7cadd64faee9e654a9aee992d21d7bceb716ea Author: Vanya Sergeev Date: Mon Jun 30 00:59:39 2014 -0700 Enable line number anchors when using pygments HtmlFormatter Signed-off-by: Vanya Sergeev commit 48a00cb460f0e5252e28a59d462e40d891b0b54d Author: Vanya Sergeev Date: Sun Jun 29 23:02:18 2014 -0700 Fix one-line 'if' termination in tree, blob templates The missing '% end' template keyword to these one-line if statements was causing bottle 0.12.7 to incorrectly indent the following line, leading to an IndentationError at runtime when the blob and tree templates are compiled. Signed-off-by: Vanya Sergeev