adding ltf declartion to <html> element for pdf.js
authorSeth Woodworth <seth@sethish.com>
Tue, 4 Jun 2013 01:33:51 +0000 (21:33 -0400)
committerSeth Woodworth <seth@sethish.com>
Tue, 4 Jun 2013 01:33:51 +0000 (21:33 -0400)
karmaworld/templates/base.html

index 466bfba6c0e031c9cc9f1ac4829092a091be63a8..e53009a7df1bb064d0535981aead688c143220f3 100644 (file)
@@ -1,6 +1,6 @@
 {% load url from future %}
 <!DOCTYPE html>
-<html lang="en">
+<html lang="en" dir="ltr">
 <head>
   <meta charset="utf-8" />
   <title>KarmaNotes -- {% block title %}{% endblock %}</title>