diff --git a/frontend/src/Main.elm b/frontend/src/Main.elm index 56ae83f..749c055 100644 --- a/frontend/src/Main.elm +++ b/frontend/src/Main.elm @@ -95,7 +95,7 @@ view state = , br [] [] , renderMUrl state.parsed ] - , input (myStyle2 [ placeholder "https://" ++ hostname ++ "/////", disabled True, value (displayMUrl state.parsed) ]) [] + , input (myStyle2 [ placeholder ("https://" ++ hostname ++ "/////"), disabled True, value (displayMUrl state.parsed) ]) [] ] ]