Fix string concat

This commit is contained in:
Valentin Brandl 2019-07-27 20:34:25 +02:00
parent 504cd02ca0
commit d8f061ecad
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -95,7 +95,7 @@ view state =
, br [] []
, renderMUrl state.parsed
]
, input (myStyle2 [ placeholder "https://" ++ hostname ++ "/<service>/<user>/<repo>/<gitref>/<file>", disabled True, value (displayMUrl state.parsed) ]) []
, input (myStyle2 [ placeholder ("https://" ++ hostname ++ "/<service>/<user>/<repo>/<gitref>/<file>"), disabled True, value (displayMUrl state.parsed) ]) []
]
]