diff --git a/app.js b/app.js index 88c98ae..b77e56f 100644 --- a/app.js +++ b/app.js @@ -83,7 +83,7 @@ function getTraffic(type, code) { $.getJSON( BASE_API + "/traffic/" + type + "/" + code, function( data ) { $("#traffic h3").text(data["result"]["line"] + " : " + data["result"]["title"]); - $("#traffic p").text(data["result"]["message"]); + $("#traffic p").html(data["result"]["message"]); $("#traffic").show(); nextTraffic = setTimeout(function() {