statistics: fix '»' being displayed as '»'
authorBenoît Knecht <benoit.knecht@gmail.com>
Mon, 12 Apr 2010 13:55:17 +0000 (13:55 +0000)
committerBenoît Knecht <benoit.knecht@gmail.com>
Mon, 12 Apr 2010 13:55:17 +0000 (13:55 +0000)
applications/luci-statistics/luasrc/view/public_statistics/graph.htm

index fcc452f..c0fbfb4 100644 (file)
@@ -22,7 +22,7 @@ $Id$
                        <option<% if span == current_timespan then %> selected="selected"<% end %>><%=span%></option>
                <% end %>
        </select>
                        <option<% if span == current_timespan then %> selected="selected"<% end %>><%=span%></option>
                <% end %>
        </select>
-       <input type="submit" name="submit" value="<%:Display timespan &raquo;%>" />
+       <input type="submit" name="submit" value="<%:Display timespan »%>" />
 </form>
 
 <br />
 </form>
 
 <br />