]> git.lyx.org Git - lyx.git/blobdiff - lib/generate_contributions.py
Pretty printing
[lyx.git] / lib / generate_contributions.py
index c1e50632a67c6ff0f3a075e319bc4815877887ab..b92042686330801e7aed93889144b3a5597a73ff 100755 (executable)
@@ -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>";