Issue #1751252 by valderama: Fixed Users with spaces in the username not accepted...
[project/privatemsg.git] / privatemsg-recipients.tpl.php
1 <?php
2 // Each file loads it's own styles because we cant predict which file will be
3 // loaded.
4 drupal_add_css(drupal_get_path('module', 'privatemsg') . '/styles/privatemsg-recipients.css');
5 ?>
6 <div class="privatemsg-message-participants">
7 <?php print $participants; ?>
8 </div>