Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
still fixing regex
Browse files Browse the repository at this point in the history
  • Loading branch information
infeeeee committed Nov 20, 2019
1 parent c014a24 commit 1e6c52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kimai2/kimaiMeasures.inc
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ Measure=String
String=#activeHrs#:[MeasureMins]
DynamicVariables=1
RegExpSubstitute=1
Substitute="(:)(\d)$":"\10\2 ","(:\d\d)$":"\1 ","^:\d+ $":"","\#activeHrs\#:\d\d":""
Substitute="(:)(\d)$":"\10\2 ","(:\d\d)$":"\1 ","^:\d+ *$":"","\#activeHrs\#:\d\d":""

0 comments on commit 1e6c52a

Please sign in to comment.