- in file src\org\rgse\wikiinajar\models\Month.java in the init() method
following line needs to be changed
--- for (int i = 1; i <= calendar.getMaximum(Calendar.DAY_OF_MONTH); i++)
+++ for (int i = 1; i <= calendar.getActualMaximum(Calendar.DAY_OF_MONTH);
i++)
Thanks for the submission. Your change will be included in the Thanksgiving Release.
-Rico