This commit is contained in:
forgejo-actions[bot] 2025-04-03 19:57:16 +00:00
parent 1855d0efd1
commit eedb53e13e
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
Thu Apr 3 19:47:55 UTC 2025
Thu Apr 3 19:57:16 UTC 2025

View file

@ -1 +1 @@
845a6d7c889608a1bab6bef84fb309155e51f753
0991eb9069011b9342ee454580ee01f2bae11a25

View file

@ -53,7 +53,7 @@
var howfound = howfound.replace (/^/,'How I found ilot: ');
var ocuser = document.getElementById("oc-user").value;
var ocuser = ocuser.replace (/^/,'OpenCollective Profile: ');
var description = name + "\n" + aboutme + "\n" + howfound + "\n" + ocuser;
var description = name + "\n\n" + aboutme + "\n\n" + howfound + "\n\n" + ocuser;
console.log('Description:', description);
fetch(url, {