Spaces:
Running on Zero
Running on Zero
Commit ·
a73cc72
1
Parent(s): d9046d0
Fix CSS curly braces escaping for Python str.format()
Browse filesCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- 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 |
|