someone-in-the-world Claude Sonnet 4.6 commited on
Commit
a73cc72
·
1 Parent(s): d9046d0

Fix CSS curly braces escaping for Python str.format()

Browse files

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. templates/app.html +1 -1
templates/app.html CHANGED
@@ -1,4 +1,4 @@
1
- <style>.app-notice { font-size: 9.5px; } .notice-list li { line-height: 1.5; }</style>
2
 
3
  <div class="app-shell">
4
 
 
1
+ <style>.app-notice {{ font-size: 9.5px; }} .notice-list li {{ line-height: 1.5; }}</style>
2
 
3
  <div class="app-shell">
4