James Moger
2013-09-30 699e71e76b15081baf746c6ce9c9144f7e5f1ff9
src/main/java/com/gitblit/wicket/charting/SecureChart.java
@@ -43,7 +43,7 @@
/**
 * This is a fork of org.wicketstuff.googlecharts.Chart whose only purpose
 * is to build https urls instead of http urls.
 *
 *
 * @author Daniel Spiewak
 * @author James Moger
 */
@@ -140,7 +140,7 @@
        url.append(param).append('=').append(value);
    }
    private CharSequence convert(ChartDataEncoding encoding, double value, double max) {
       switch (encoding) {
       case TEXT: