ludofleury / GuzzleBundle

Debug your API Calls with a Symfony web profiler for guzzle
http://ludofleury.github.io/GuzzleBundle/
MIT License
82 stars 21 forks source link

remove "<strong>" displayed in response headers #20

Closed agallou closed 10 years ago

agallou commented 10 years ago

When the response header has multiple values, the value is displayed like this in the profiler :

| set-cookie | value1 <strong>, </strong> value2

Now it's just displayed like this :

| set-cookie | value1, value2