]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/todo/Page_template_with_RTL_support.mdwn
Modified page.tmpl to to set html lang= and dir= when values have been specified...
[git.ikiwiki.info.git] / doc / todo / Page_template_with_RTL_support.mdwn
index e9034217095df6ab2d98bd686163203b98812233..7f11fd5b550c91fe76403d2c5d7a05aa27c2bc7a 100644 (file)
@@ -1,8 +1,8 @@
 Hi,
 
-I've modified page.tmpl to take into account rtl languages. Basically I've modified the <html> tag to generate
+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">
+       <html dir="$DIRECTION" lang="$LANG">
 
 if the PO plugin is enabled.
 
@@ -12,3 +12,5 @@ Pasting it here: https://paste.debian.net/318146/
 
 
 Cheers.
+
+> [[applied|done]] --[[Joey]]