f00b4r0 / uspot

A captive portal system for OpenWrt
GNU General Public License v2.0
11 stars 1 forks source link

templates: added html5 time tag to timeleft output #1

Closed VividVisions closed 6 months ago

VividVisions commented 6 months ago

For better machine-readability/parsing. Split the string 'Time left: ${h}h ${m}m ${s}s' into two separate items. See WHATWG specs.

f00b4r0 commented 6 months ago

This looks good thanks! Can you add your Signed-off-by to the commit message to keep consistent with other commits in this repo? (I need to setup contribution guidelines :)

f00b4r0 commented 6 months ago

Merged in d551376, thanks!