commit 9d51cf2c1b807b169797c8b5e0222bd005240692
Author: Pavel Sanda <sa...@lyx.org>
Date:   Thu Apr 11 09:47:23 2024 +0200

    leftover from php migration
---
 farm/cookbook/LyX/credits.inc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/farm/cookbook/LyX/credits.inc b/farm/cookbook/LyX/credits.inc
index 62158449..c8f2341f 100644
--- a/farm/cookbook/LyX/credits.inc
+++ b/farm/cookbook/LyX/credits.inc
@@ -9,7 +9,7 @@ function credits_contrib($name, $email, $msg) {
 $email = str_replace(' () ', '@', $email);
 $email = str_replace(' ! ', '.', $email);
 
-if(!isset($output)){ $output = ''; }       
+if(!isset($output)){ $output = ''; }
 
 if (isset($email) && $email != "") {
         if (strncasecmp($email,"https",4) == 0)
@@ -32,8 +32,7 @@ return $output;
 
 function credits_output() {
 
-
-if(!isset($output)){ $output = ''; }       
+if(!isset($output)){ $output = ''; }
 
 $output=$output."<p>
      If your name doesn't appear here although you've done
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to