Replace

        <div class="author-pane-line author-points">
          <span class="author-pane-label"><?php print t('!Points', userpoints_translation()); ?></span>: <?php print $userpoints_points; ?>
        </div>

to

        <div class="author-pane-line author-points">
          <span class="author-pane-label"><?php print t('!Points', userpoints_translation()); ?>:</span> <?php print $userpoints_points; ?>
        </div>
CommentFileSizeAuthor
move_points_colon_to_label.patch621 bytesxandeadx
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

xandeadx’s picture

Issue summary: View changes
Scyther’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.