Skip to content

Commit

Permalink
fix broken html
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Jan 14, 2025
1 parent 65a2a8e commit 050c48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/plugins/custom-javascript-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Set a custom browser title:
document.title = 'My fancy company';
```
Add IDs to all <h3> 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) {
Expand Down

0 comments on commit 050c48c

Please sign in to comment.