]> arthur.barton.de Git - bup.git/commit
web: don't double-escape title path
authorRob Browning <rlb@defaultvalue.org>
Sun, 15 Feb 2015 20:15:57 +0000 (14:15 -0600)
committerRob Browning <rlb@defaultvalue.org>
Mon, 16 Feb 2015 19:09:41 +0000 (13:09 -0600)
commitd6bea5fcf57f1b1eebd967ddbe6d19d874166738
treeba5f9b7c1ab09cde164f78606d9cfe312b98269a
parent1e6960cc99f293c740d6ab4c9f0bd4008f5626d2
web: don't double-escape title path

Tornado escapes {{}} content via xhtml_escape by default, so drop the
explicit (extra) escape() call.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/web/list-directory.html