Remove extraneous `>` from Views section
This commit is contained in:
TheJammiestDodger 2023-02-25 11:50:39 +00:00 committed by GitHub
parent 720cf7c424
commit 9c669f3bdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -357,7 +357,7 @@
>{{bound-date this.model.last_seen_at}}</dd></div> >{{bound-date this.model.last_seen_at}}</dd></div>
{{/if}} {{/if}}
{{#if this.model.profile_view_count}} {{#if this.model.profile_view_count}}
<div><dt class="profile-view-count">>{{i18n "views"}}</dt><dd <div><dt class="profile-view-count">{{i18n "views"}}</dt><dd
class="profile-view-count" class="profile-view-count"
>{{this.model.profile_view_count}}</dd></div> >{{this.model.profile_view_count}}</dd></div>
{{/if}} {{/if}}
@ -452,4 +452,4 @@
</div> </div>
</div> </div>
</DSection> </DSection>
</div> </div>