We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a7b07 commit a61ee26Copy full SHA for a61ee26
1 file changed
styles/prosilver/template/userdetails.html
@@ -54,7 +54,7 @@ <h3>{L_RS_USER_REPUTATION} <span style="float:right;"><a href="{U_USER_DETAILS}"
54
55
<!-- IF .reputation -->
56
<div class="footer-popup"<!-- IF S_IS_AJAX --> data-referer="_referer={U_REPUTATION_REFERER}"<!-- ENDIF -->>
57
- <label>{L_SORT_BY}:</label>
+ <label>{L_SORT_BY}{L_COLON}</label>
58
<a href="{U_SORT_USERNAME}" class="sort_order">{L_USERNAME}</a> •
59
<a href="{U_SORT_TIME}" class="sort_order">{L_TIME}</a> •
60
<a href="{U_SORT_POINT}" class="sort_order">{L_RS_POINTS}</a> •
@@ -65,4 +65,4 @@ <h3>{L_RS_USER_REPUTATION} <span style="float:right;"><a href="{U_USER_DETAILS}"
65
66
<!-- IF not S_IS_AJAX -->
67
<!-- INCLUDE overall_footer.html -->
68
-<!-- ENDIF -->
+<!-- ENDIF -->
0 commit comments