gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: - add indent to HTML output


From: gnunet
Subject: [gnunet] branch master updated: - add indent to HTML output
Date: Thu, 08 Dec 2022 07:39:43 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 715ca9df9 - add indent to HTML output
715ca9df9 is described below

commit 715ca9df95320ccb5edc8982b264cb41774b7ccc
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Dec 8 15:39:35 2022 +0900

    - add indent to HTML output
---
 contrib/scripts/changelog_delta.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/scripts/changelog_delta.sh 
b/contrib/scripts/changelog_delta.sh
index 4b2cb21ae..988434903 100755
--- a/contrib/scripts/changelog_delta.sh
+++ b/contrib/scripts/changelog_delta.sh
@@ -3,7 +3,7 @@ if [ $2 == "plain" ]; then
   FORMAT="  - %s%n%b"
   echo "Changes since $1:"
 elif [ $2 == "html" ]; then
-  FORMAT="<li>%s<br>%b</li>"
+  FORMAT="  <li>%s<br>%b</li>"
   echo "<ul>"
 elif [ $2 == "changelog" ]; then
   FORMAT="%aD (%h)%n%s%n%b%nby: %cN%n"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]