mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
generate prettier xhtml
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9793 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
331824c537
commit
1fc0f73ef5
@ -175,7 +175,8 @@ echo "
|
||||
if (isset($email) && $email != "")
|
||||
echo " <i><${email}></i>";
|
||||
|
||||
echo " </dt>
|
||||
echo "
|
||||
</dt>
|
||||
<dd>
|
||||
${msg}
|
||||
</dd>";
|
||||
@ -191,8 +192,7 @@ echo " </dt>
|
||||
mailing list. Thanks.
|
||||
</p>
|
||||
|
||||
<dl>
|
||||
<?php''')
|
||||
<dl><?php''')
|
||||
|
||||
for contributer in contributers:
|
||||
if len(contributer.credit) != 0:
|
||||
@ -246,8 +246,7 @@ echo ""
|
||||
Gnu General Public Licence</a>, version 2 or later.
|
||||
</p>
|
||||
|
||||
<dl>
|
||||
<?php''')
|
||||
<dl><?php''')
|
||||
|
||||
for contributer in contributers:
|
||||
if contributer.licence == "GPL":
|
||||
|
Loading…
Reference in New Issue
Block a user