mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
make it generate conformant xhtml
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5995 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6f1bb969b6
commit
614aeecc10
@ -1,6 +1,13 @@
|
||||
2003-01-27 Angus Leeming <angus@localhost.localdomain>
|
||||
|
||||
* postats.sh (first):
|
||||
|
||||
2003-01-27 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* postats.sh: == is a bash extension. Use =.
|
||||
The <ul> tag does not nest inside a <p>. With this change, the
|
||||
generated i18n.php3 file now validates as strictly conformant
|
||||
xhtml 1.0.
|
||||
|
||||
2003-01-27 Claus Hindsgaul <claus_h@image.dk>
|
||||
|
||||
|
@ -117,14 +117,14 @@ cat <<EOF
|
||||
</p>
|
||||
<p>
|
||||
Explanation:
|
||||
<ul>
|
||||
</p>
|
||||
<ul>
|
||||
<li><i>Translated:</i> The number of translated messages</li>
|
||||
<li><i>Fuzzy:</i> The number of fuzzy messages; these are not considered
|
||||
for LyX output but solely serve as a hint for the translators</li>
|
||||
<li><i>Untranslated:</i> The number of untranslated messages; the
|
||||
default language (i.e., English) will be used in the LyX outputs</li>
|
||||
</ul>
|
||||
</p>
|
||||
</ul>
|
||||
<table class="center" frame="box" rules="all" border="2" cellpadding="5">
|
||||
<thead>
|
||||
<tr>
|
||||
|
Loading…
Reference in New Issue
Block a user