fix: remove EJS comment inside template literal causing parse error (#8)

This commit is contained in:
Samuel Enocsson
2026-05-25 10:25:59 +02:00
parent 9cb78c9c98
commit 88396c9220
-1
View File
@@ -23,7 +23,6 @@
<div class="results-bar">
<span class="results-count">Showing <strong id="visible-count">0</strong> of <strong id="total-count">0</strong> courses</span>
<%# "View all" link deferred — design spec includes it but functionality not yet implemented %>
</div>
<div id="course-table-region" hx-get="/partials/course-table" hx-trigger="load, refresh from:body" hx-swap="innerHTML"></div>