We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61ee26 commit 2d0f4b6Copy full SHA for 2d0f4b6
1 file changed
styles/prosilver/template/postdetails.html
@@ -45,7 +45,7 @@ <h3>{L_RS_POST_REPUTATION} - {POST_SUBJECT}</h3>
45
46
<!-- IF .reputation -->
47
<div class="footer-popup"<!-- IF S_IS_AJAX --> data-referer="_referer={U_REPUTATION_REFERER}"<!-- ENDIF -->>
48
- <label>{L_SORT_BY}:</label>
+ <label>{L_SORT_BY}{L_COLON}</label>
49
<a href="{U_SORT_USERNAME}" class="sort_order">{L_USERNAME}</a> •
50
<a href="{U_SORT_TIME}" class="sort_order">{L_TIME}</a> •
51
<a href="{U_SORT_POINT}" class="sort_order">{L_RS_POINTS}</a>
@@ -55,4 +55,4 @@ <h3>{L_RS_POST_REPUTATION} - {POST_SUBJECT}</h3>
55
56
<!-- IF not S_IS_AJAX -->
57
<!-- INCLUDE overall_footer.html -->
58
-<!-- ENDIF -->
+<!-- ENDIF -->
0 commit comments