statistics: fix '»' being displayed as '»'
This commit is contained in:
parent
17ea8f2cf8
commit
242bb71973
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ $Id$
|
||||||
<option<% if span == current_timespan then %> selected="selected"<% end %>><%=span%></option>
|
<option<% if span == current_timespan then %> selected="selected"<% end %>><%=span%></option>
|
||||||
<% end %>
|
<% end %>
|
||||||
</select>
|
</select>
|
||||||
<input type="submit" name="submit" value="<%:Display timespan »%>" />
|
<input type="submit" name="submit" value="<%:Display timespan »%>" />
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
Loading…
Reference in a new issue