statistics: fix '»' being displayed as '»'

This commit is contained in:
Benoît Knecht 2010-04-12 13:55:17 +00:00
parent 17ea8f2cf8
commit 242bb71973

View file

@ -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 &raquo;%>" /> <input type="submit" name="submit" value="<%:Display timespan »%>" />
</form> </form>
<br /> <br />