Skip to content

Commit 2d0f4b6

Browse files
authored
missing colon
1 parent a61ee26 commit 2d0f4b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

styles/prosilver/template/postdetails.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h3>{L_RS_POST_REPUTATION} - {POST_SUBJECT}</h3>
4545

4646
<!-- IF .reputation -->
4747
<div class="footer-popup"<!-- IF S_IS_AJAX --> data-referer="_referer={U_REPUTATION_REFERER}"<!-- ENDIF -->>
48-
<label>{L_SORT_BY}:</label>
48+
<label>{L_SORT_BY}{L_COLON}</label>
4949
<a href="{U_SORT_USERNAME}" class="sort_order">{L_USERNAME}</a> &bull;
5050
<a href="{U_SORT_TIME}" class="sort_order">{L_TIME}</a> &bull;
5151
<a href="{U_SORT_POINT}" class="sort_order">{L_RS_POINTS}</a>
@@ -55,4 +55,4 @@ <h3>{L_RS_POST_REPUTATION} - {POST_SUBJECT}</h3>
5555

5656
<!-- IF not S_IS_AJAX -->
5757
<!-- INCLUDE overall_footer.html -->
58-
<!-- ENDIF -->
58+
<!-- ENDIF -->

0 commit comments

Comments
 (0)