Fix typo
This commit is contained in:
parent
b430eba9da
commit
b34a8467ed
@ -110,7 +110,7 @@ occurencesAForm (toPathPiece -> miIdent') mPrev = wFormToAForm $ do
|
|||||||
miCell' :: OccurenceException -> Widget
|
miCell' :: OccurenceException -> Widget
|
||||||
miCell' ExceptOccur{..} = do
|
miCell' ExceptOccur{..} = do
|
||||||
exceptStart' <- formatTime SelFormatDateTime (LocalTime exceptDay exceptStart)
|
exceptStart' <- formatTime SelFormatDateTime (LocalTime exceptDay exceptStart)
|
||||||
exceptEnd' <- formatTime SelFormatTime exceptStart
|
exceptEnd' <- formatTime SelFormatTime exceptEnd
|
||||||
$(widgetFile "widgets/occurence/form/except-occur")
|
$(widgetFile "widgets/occurence/form/except-occur")
|
||||||
miCell' ExceptNoOccur{..} = do
|
miCell' ExceptNoOccur{..} = do
|
||||||
exceptTime' <- formatTime SelFormatDateTime exceptTime
|
exceptTime' <- formatTime SelFormatDateTime exceptTime
|
||||||
|
|||||||
Reference in New Issue
Block a user