projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f441815
)
adding ltf declartion to <html> element for pdf.js
author
Seth Woodworth
<seth@sethish.com>
Tue, 4 Jun 2013 01:33:51 +0000
(21:33 -0400)
committer
Seth Woodworth
<seth@sethish.com>
Tue, 4 Jun 2013 01:33:51 +0000
(21:33 -0400)
karmaworld/templates/base.html
patch
|
blob
|
history
diff --git
a/karmaworld/templates/base.html
b/karmaworld/templates/base.html
index 466bfba6c0e031c9cc9f1ac4829092a091be63a8..e53009a7df1bb064d0535981aead688c143220f3 100644
(file)
--- a/
karmaworld/templates/base.html
+++ b/
karmaworld/templates/base.html
@@
-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>