mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
Pretty printing
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9808 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
361db9a6b1
commit
948ffa5bd1
@ -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><${email}></i>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user