From 050c48c03f632f5c8a8beecd17c968ed4ddb2dfa Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Tue, 14 Jan 2025 09:06:56 +0100 Subject: [PATCH] fix broken html --- _includes/plugins/custom-javascript-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/plugins/custom-javascript-examples.md b/_includes/plugins/custom-javascript-examples.md index 285926533d..7ef85d6207 100644 --- a/_includes/plugins/custom-javascript-examples.md +++ b/_includes/plugins/custom-javascript-examples.md @@ -143,7 +143,7 @@ Set a custom browser title: document.title = 'My fancy company'; ``` -Add IDs to all

header of your custom news page (allowing to use jump anchor links): +Add IDs to all h3 header of your custom news page (allowing to use jump anchor links): ```javascript document.addEventListener('kimai.initialized', function (event) { if (document.getElementById('custom-content-news') !== null) {