There was an error while loading. Please reload this page.
1 parent f58a8cc commit f29213cCopy full SHA for f29213c
src/server/templates/components/result.jinja
@@ -96,9 +96,9 @@
96
readonly>
97
<input type="hidden" id="directory-structure-content" value="{{ tree }}" />
98
{% for line in tree.splitlines() %}
99
- <div name="tree-line"
+ <pre name="tree-line"
100
class="cursor-pointer hover:line-through hover:text-gray-500"
101
- onclick="toggleFile(this)">{{ line }}</div>
+ onclick="toggleFile(this)">{{ line }}</pre>
102
{% endfor %}
103
</div>
104
0 commit comments