Bazza
Bazza
Does this look good? ```java Assert.assertEquals("Every 5 minutes, between 11:00 AM and 12:55 PM", CronExpressionDescriptor.getDescription("*/5 11-12 * * *")); Assert.assertEquals("Every 5 minutes, minutes 03 through 30 past the hour, between...
Oddly, I am seeing this as an intermittent problem. Sometimes it renders properly - other times its completely broken.
Further to previous comment: With zero code changes between them, I see it broken in live - and rendering fine in staging env - and rendering fine locally. It is...