Skip to content

Commit a61ee26

Browse files
authored
missing colon
1 parent 27a7b07 commit a61ee26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

styles/prosilver/template/userdetails.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h3>{L_RS_USER_REPUTATION} <span style="float:right;"><a href="{U_USER_DETAILS}"
5454

5555
<!-- IF .reputation -->
5656
<div class="footer-popup"<!-- IF S_IS_AJAX --> data-referer="_referer={U_REPUTATION_REFERER}"<!-- ENDIF -->>
57-
<label>{L_SORT_BY}:</label>
57+
<label>{L_SORT_BY}{L_COLON}</label>
5858
<a href="{U_SORT_USERNAME}" class="sort_order">{L_USERNAME}</a> &bull;
5959
<a href="{U_SORT_TIME}" class="sort_order">{L_TIME}</a> &bull;
6060
<a href="{U_SORT_POINT}" class="sort_order">{L_RS_POINTS}</a> &bull;
@@ -65,4 +65,4 @@ <h3>{L_RS_USER_REPUTATION} <span style="float:right;"><a href="{U_USER_DETAILS}"
6565

6666
<!-- IF not S_IS_AJAX -->
6767
<!-- INCLUDE overall_footer.html -->
68-
<!-- ENDIF -->
68+
<!-- ENDIF -->

0 commit comments

Comments
 (0)