Mercurial Hosting > chat
diff src/private/tools/config.html.luan @ 69:e229f4aacde0
config in lucene
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 06 Mar 2025 20:08:19 -0700 |
parents | 979a9ee73ea4 |
children |
line wrap: on
line diff
--- a/src/private/tools/config.html.luan Thu Mar 06 19:43:18 2025 -0700 +++ b/src/private/tools/config.html.luan Thu Mar 06 20:08:19 2025 -0700 @@ -34,7 +34,7 @@ <h1>Configure</h1> <form method=post action="save_config.txt"> <p> - <textarea name=config autofocus><%= stringify(config) %></textarea> + <textarea name=config autofocus><%= stringify(config).."\n" %></textarea> </p> <p> <input type=submit value="Update">