Proper directionality for entry points table
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Mon, 29 Oct 2012 13:30:47 +0000 (15:30 +0200)
committerAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Mon, 29 Oct 2012 21:26:11 +0000 (23:26 +0200)
commitae00ed7f9056b4178d7c948b349e772a1ea9066b
tree34b0513049cba5ccbdadc23fe5ca4f2a6cbf64ed
parent9dbca59099f8bed8b33118587f2273a7854b589e
Proper directionality for entry points table

The entry points table inherited the interface language's
dir and lang values. This caused weird display in RTL languages
and possible problems with webfonts, which work with the lang attribute.

This commit sets explicit lang="en" dir="ltr" for the whole entry points
table and explicit lang and dir of the current interface language for
the table headings.

Change-Id: I396ec98b4ea14d06bf91002b6bc4a293c09fdb33
includes/specials/SpecialVersion.php