diff options
author | u@09c8cbfd758dbd0224174f3bdf0ec5b8007c7be7 <u@web> | 2015-10-26 07:57:08 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-10-26 07:57:08 -0400 |
commit | 1007f09c160cb3eb8ef83d83165edf81b7ebfc42 (patch) | |
tree | bedb55fb4401df998930656b60811f8a7706238e | |
parent | bafa936d1c676ea6668c7b200c0af7eb595f9aab (diff) | |
download | ikiwiki-1007f09c160cb3eb8ef83d83165edf81b7ebfc42.tar ikiwiki-1007f09c160cb3eb8ef83d83165edf81b7ebfc42.tar.gz |
-rw-r--r-- | doc/todo/Page_template_with_RTL_support.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/Page_template_with_RTL_support.mdwn b/doc/todo/Page_template_with_RTL_support.mdwn new file mode 100644 index 000000000..b25e69928 --- /dev/null +++ b/doc/todo/Page_template_with_RTL_support.mdwn @@ -0,0 +1,10 @@ +Hi, + +I've modified page.tmpl to take into account rtl languages. Basically I've modified the <html> tag to generate + +<html dir="$DIRECTION" lang="$LANG"> + +if the PO plugin is enabled. + +Cheers +u. |