зеркало из https://github.com/mozilla/pjs.git
Bug 585374 - Add RTL support to about:about, r=gavin, a=gavin
--HG-- extra : rebase_source : 557cb5471437178400f7885d99ebdf1f7c241118
This commit is contained in:
Родитель
d6f5f38246
Коммит
31a6f8d44e
|
@ -2,6 +2,8 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [
|
||||||
<!ENTITY % aboutAboutDTD SYSTEM "chrome://global/locale/aboutAbout.dtd" >
|
<!ENTITY % aboutAboutDTD SYSTEM "chrome://global/locale/aboutAbout.dtd" >
|
||||||
%aboutAboutDTD;
|
%aboutAboutDTD;
|
||||||
|
<!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd">
|
||||||
|
%globalDTD;
|
||||||
]>
|
]>
|
||||||
# ***** BEGIN LICENSE BLOCK *****
|
# ***** BEGIN LICENSE BLOCK *****
|
||||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||||
|
@ -92,7 +94,7 @@
|
||||||
]]></script>
|
]]></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body dir="&locale.dir;">
|
||||||
<h1>&aboutAbout.title;</h1>
|
<h1>&aboutAbout.title;</h1>
|
||||||
<p><em>&aboutAbout.note;</em></p>
|
<p><em>&aboutAbout.note;</em></p>
|
||||||
<ul id="abouts" class="columns"></ul>
|
<ul id="abouts" class="columns"></ul>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче