Skip to content

Commit 9e077c6

Browse files
authored
missing colon
1 parent 2d0f4b6 commit 9e077c6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

styles/prosilver/template/details.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h3>{L_RS_STATS}</h3>
101101
<!-- IF .reputation -->
102102
<div class="action-bar top">
103103
<div class="sorting">
104-
<label>{L_SORT_BY}:</label>
104+
<label>{L_SORT_BY}{L_COLON}</label>
105105
<a href="{U_SORT_USERNAME}" >{L_USERNAME}</a> &bull;
106106
<a href="{U_SORT_TIME}" >{L_TIME}</a> &bull;
107107
<a href="{U_SORT_POINT}" >{L_RS_POINTS}</a> &bull;
@@ -170,7 +170,7 @@ <h3>{L_RS_STATS}</h3>
170170
<!-- IF .reputation -->
171171
<div class="action-bar bottom">
172172
<div class="sorting">
173-
<label>{L_SORT_BY}:</label>
173+
<label>{L_SORT_BY}{L_COLON}</label>
174174
<a href="{U_SORT_USERNAME}" >{L_USERNAME}</a> &bull;
175175
<a href="{U_SORT_TIME}" >{L_TIME}</a> &bull;
176176
<a href="{U_SORT_POINT}" >{L_RS_POINTS}</a> &bull;
@@ -191,4 +191,4 @@ <h3>{L_RS_STATS}</h3>
191191

192192
<br class="clear">
193193

194-
<!-- INCLUDE overall_footer.html -->
194+
<!-- INCLUDE overall_footer.html -->

0 commit comments

Comments
 (0)