zendesk / zendesk_api_client_php

Official Zendesk API v2 client library for PHP
336 stars 259 forks source link

Comment with (<br> \n) problem #452

Closed adrianlaraperez88 closed 4 years ago

adrianlaraperez88 commented 4 years ago

Hi Zendesk Team, I working with API and try to add new lines into the html_body but not working.

. . . $comment.= 'Create Date'.date("Y-m-d", strtotime($review["create_date"])).'</br>'; $comment.= 'Reviewer '.$review['reviewer_name'].'</br>'; $comment.= 'Ranting '.$rating.'</br>'; $comment.= 'Comment '.$review["comment"].'</br>'; $comment.= '</br></br></br>';

image image

adrianlaraperez88 commented 4 years ago

Ty for replay me.