]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/wot/AssuranceForm.java
Enforce Output of CSRF token.
[gigi.git] / src / org / cacert / gigi / pages / wot / AssuranceForm.java
index b3546fb9a54f330dce38c771688e7db2388cf4d2..5819eb4d8b508a40e3c27b7aca9186cecc4df705 100644 (file)
@@ -32,7 +32,8 @@ public class AssuranceForm extends Form {
        SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
 
        @Override
-       public void output(PrintWriter out, Language l, Map<String, Object> vars) {
+       public void outputContent(PrintWriter out, Language l,
+                       Map<String, Object> vars) {
                HashMap<String, Object> res = new HashMap<String, Object>();
                res.putAll(vars);
                res.put("name", assuree.getName());