why is this so hard????

This commit is contained in:
Luna Magdalena :3 2025-11-18 12:30:06 -03:00
parent f30b3d6af5
commit fc455d7430
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@
<br>
<t>Users:</t>
<ul id="users">
<!--USERS-->
USERDESCS
</ul>
<br>

View file

@ -7,4 +7,4 @@ rm ../index.html
descs=$(./genuserdescs.scm)
template=$(cat index.html.template)
echo "$template" | sed "s/<!--USERS-->/$descs/" > ../index.html
echo "$template" | sed -E "s/USERDESCS/$descs/" > ../index.html