summaryrefslogtreecommitdiff
path: root/templates/api
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-02-18 19:49:09 -0500
committerLLLL Colonq <llll@colonq>2025-02-18 19:49:09 -0500
commit0c1bb6fb6116e7ce152048c35324cdd80d824cbf (patch)
treef6890fcc68e6d37b0e141113d2bce5dba0bd79bd /templates/api
parent69477440346200d59ac5e9d0846af900c483e38d (diff)
Fix indentation on default textarea contents
Diffstat (limited to 'templates/api')
-rw-r--r--templates/api/throwshade.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/api/throwshade.html b/templates/api/throwshade.html
index d65add6..ae57991 100644
--- a/templates/api/throwshade.html
+++ b/templates/api/throwshade.html
@@ -34,9 +34,9 @@ CONFIG_SUBST
<div id="lcolonq-throwshade-bottom">
<div id="lcolonq-throwshade-bottom-left">
<textarea id="lcolonq-throwshade-textarea">
- vec4 shade(vec2 cs) {
- return vec4(0.0, 1.0, 0.0, 1.0);
- }
+vec4 shade(vec2 cs) {
+ return vec4(0.0, 1.0, 0.0, 1.0);
+}
</textarea>
</div>
<div id="lcolonq-throwshade-bottom-right">