aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvulonkaaz <7442677+vulonkaaz@users.noreply.github.com>2025-05-25 00:45:30 +0200
committervulonkaaz <7442677+vulonkaaz@users.noreply.github.com>2025-05-25 00:45:30 +0200
commitcf246917ac74c41557e71d908783374c63a31395 (patch)
tree214616ab5e2f8b1285ff4dc203bdd7c938606ad8
parent256aa4af649f17d73e45175814e11404d96d28f6 (diff)
fix indentation
-rw-r--r--views/partials/canvas.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/partials/canvas.html b/views/partials/canvas.html
index f8d73ec..26899d7 100644
--- a/views/partials/canvas.html
+++ b/views/partials/canvas.html
@@ -1,4 +1,4 @@
-<div class="editor">
+ <div class="editor">
<canvas id="canvas" style="background:#fff; border:1px inset #888" width="400" height="200"></canvas><br>
<button type="button" id="blackbtn">Black</button> <button type="button" id="whitebtn">White</button>
<button type="button" id="redbtn">Red</button> <button type="button" id="bluebtn">Blue</button><br>
@@ -162,4 +162,4 @@
});
</script>
-</html> \ No newline at end of file
+</html>