Avoid additional (unwanted) spaces around the dot

pull/10595/head
Henriette Darge 3 years ago committed by Oliver Günther
parent ec6de9c770
commit b888b60d91
  1. 4
      frontend/src/app/features/work-packages/components/wp-single-view/wp-single-view.html

@ -26,11 +26,11 @@
<span>&nbsp;</span>
<op-user-link class="user-link"
[user]="workPackage.author"></op-user-link>
.
<span>.&nbsp;</span>
<span [textContent]="text.infoRow.lastUpdatedOn"></span>
<span>&nbsp;</span>
<op-date-time [dateTimeValue]="workPackage.updatedAt"></op-date-time>
.
<span>.</span>
</div>
<wp-custom-actions [workPackage]="workPackage" class="custom-actions"></wp-custom-actions>

Loading…
Cancel
Save