From 9c7418e0a8aee76bc7ee8d905444303cccb51d75 Mon Sep 17 00:00:00 2001 From: polesye Date: Tue, 15 Oct 2013 14:38:29 +0300 Subject: [PATCH] Fix tabindex to -1. --- lms/templates/courseware/courseware.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lms/templates/courseware/courseware.html b/lms/templates/courseware/courseware.html index 21f832c683..fd3c741be6 100644 --- a/lms/templates/courseware/courseware.html +++ b/lms/templates/courseware/courseware.html @@ -217,14 +217,14 @@ ${fragment.foot_html()}
-
${_("Suffixes:")}
-
%kMGTcmunp
-
${_("Operations:")}
-
^ * / + - ()
-
${_("Functions:")}
-
sin, cos, tan, sqrt, log10, log2, ln, arccos, arcsin, arctan, abs
-
${_("Constants")}
-
e, pi
+
${_("Suffixes:")}
+
%kMGTcmunp
+
${_("Operations:")}
+
^ * / + - ()
+
${_("Functions:")}
+
sin, cos, tan, sqrt, log10, log2, ln, arccos, arcsin, arctan, abs
+
${_("Constants")}
+
e, pi