Pretty printing

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9808 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2005-04-11 22:02:12 +00:00
parent 361db9a6b1
commit 948ffa5bd1

View File

@ -94,7 +94,7 @@ def error(message):
def usage(prog_name):
return "Usage: %s <CREDITS> <credits.php> <blanket-permission.php" % prog_name
return "Usage: %s <CREDITS> <credits.php> <blanket-permission.php>" % prog_name
def collate_incomplete(contributers):
@ -170,7 +170,8 @@ function contrib($name, $email, $msg) {
echo "
<dt>
<b>${name}</b>";
<b>${name}</b>
";
if (isset($email) && $email != "")
echo " <i>&lt;${email}&gt;</i>";