<div id="myModal" class="modal fade bs-example-modal-sm" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel">
<div class="modal-dialog modal-sm">
<div class="modal-content">
</div>
</div>
</div>
$('#myModal').find('.modal-content').html(json['success']);
$('#myModal').modal('show');
<svg xmlns="http://www.w3.org/2000/svg" width="60" height="20" preserveAspectRatio="none" viewBox="0 0 60 20">
<path fill="#ffb600" d="M 0,20 L 10 0 54 3 60 20 z"/>
</svg>