aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/Page_template_with_RTL_support.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/Page_template_with_RTL_support.mdwn')
-rw-r--r--doc/todo/Page_template_with_RTL_support.mdwn6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/todo/Page_template_with_RTL_support.mdwn b/doc/todo/Page_template_with_RTL_support.mdwn
index e90342170..7f11fd5b5 100644
--- a/doc/todo/Page_template_with_RTL_support.mdwn
+++ b/doc/todo/Page_template_with_RTL_support.mdwn
@@ -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]]