From: Andrew Dolgov Date: Sat, 29 Dec 2012 11:07:22 +0000 (+0400) Subject: help: remove checkboxes X-Git-Tag: 1.7.0~84 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=93f53ffe55081764ae6a94941b8a2a20bebb73ed;p=tt-rss.git help: remove checkboxes --- diff --git a/classes/backend.php b/classes/backend.php index 29f18171..6fa31864 100644 --- a/classes/backend.php +++ b/classes/backend.php @@ -45,8 +45,6 @@ class Backend extends Handler { foreach ($hotkeys as $action => $description) { print "
  • "; - print ""; print "" . $omap[$action] . ""; print $description; print "
  • ";