packages feed

casr-logbook 0.6.3 → 0.6.4

raw patch · 3 files changed

+9/−2 lines, 3 files

Files

casr-logbook.cabal view
@@ -1,5 +1,5 @@ name:               casr-logbook-version:            0.6.3+version:            0.6.4 license:            OtherLicense license-file:       LICENSE author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
changelog view
@@ -1,3 +1,7 @@+0.6.4++* Update to instruction for flight time report.+ 0.6.3  * Update to instruction for flight time report.
src/Data/Aviation/Casr/Logbook/Html/Html.hs view
@@ -258,7 +258,10 @@   in  do  span_ [class_ "instructionrating"] (toHtmlRaw (shortStringRating r))           span_ [class_ "commandphrase"] " for "           span_ [class_ "commandaviator"] $ htmlAviatorShort a-          span_ [class_ "instructionlesson"] $ maybe mempty (\c -> toHtmlRaw (' ':c)) (view lesson l)+          maybe mempty (\c ->+              do  span_ [class_ "commandphrase"] " "+                  span_ [class_ "instructionlesson"] (toHtmlRaw c)+            ) (view lesson l)  htmlCommand ::   AircraftFlight