Skip to content

Commit

Permalink
Merge pull request #4 from raizorlol/main
Browse files Browse the repository at this point in the history
Add missing separator
  • Loading branch information
joostfaassen committed Jul 21, 2022
2 parents 89698a2 + ccec3ed commit 98a9c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rrule.js
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ window.addEventListener('DOMContentLoaded', () => {
document.getElementById('rrule-result').value = `DTSTART:${date
.toISOString()
.split('.')[0]
.replace(/[-:]/g, '')}ZRRULE${
.replace(/[-:]/g, '')}Z;RRULE${
document.querySelector('#rrule-result').value.split('RRULE')[1]
}`;
});
Expand Down

0 comments on commit 98a9c07

Please sign in to comment.