' + escapeHtml(s.headline) + '
' + escapeHtml(s.description || '') + '
diff --git a/frontend/app.js b/frontend/app.js
index 3a01444..c07f4a4 100644
--- a/frontend/app.js
+++ b/frontend/app.js
@@ -1,6 +1,7 @@
/* Protocol Droid — Frontend Application */
/* Detect base path from the script's own URL for subdirectory deployments */
+/* app.js is loaded from
' + escapeHtml(p.description || '') + '
' + - (tags ? '' + escapeHtml(c.description || '') + '
' + escapeHtml(p.description || '') + '
' + + (tags ? '' + escapeHtml(s.description || '') + '
' + escapeHtml(c.description || '') + '
' + escapeHtml(p.description || '') + '
' + + (tags ? '' + escapeHtml(p.description || '') + '
' + + (p.tags && p.tags.length ? 'Protocol not found
' + escapeHtml(c.description || '') + '
' + - '' + escapeHtml(c.description || '') + '
' + + '' + escapeHtml(proto.description||'') + '
' + + (proto.tags && proto.tags.length ? '' + escapeHtml(col.description||'') + '
Hippocratic License (HL3-CORE) — do no harm. See firstdonoharm.dev. Source code available on Gitea.