diff --git a/CHANGES.md b/CHANGES.md index cb0f37b7b30e13fb93b6af17faa07e0a9ae72f9d..0e06a775b3ccef22a78c262176cbd9f9b0610f01 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,7 @@ Changes in 6.8 - Fix Sunday is number 7 in EntryTimes.php - Fix SQL error multiple rows returned by subquery in CreateParents.php - Fix #291 XSS Use URLEscape() for links href, program wide +- Fix #291 XSS Use URLEscape() for forms action, program wide - Fix hide remove button for "No Address" in Address.inc.php - Prompt() make Cancel primary button in Prompts.php - Fix SQL error foreign keys: Roll again Courses when rolling Marking Periods in Rollover.php diff --git a/modules/Accounting/DailyTotals.php b/modules/Accounting/DailyTotals.php index 49ab1f77c54227d6714835dbade9fcda80ce631f..a4abf705916ee095aeb9a87391d22b1ccb0fbb43 100644 --- a/modules/Accounting/DailyTotals.php +++ b/modules/Accounting/DailyTotals.php @@ -14,7 +14,7 @@ $start_date = RequestedDate( 'start', date( 'Y-m' ) . '-01' ); // Set end date. $end_date = RequestedDate( 'end', DBDate() ); -echo '