From 390fe53e10bad7d36105750f04b195893aea6c4a Mon Sep 17 00:00:00 2001 From: OlivierRaginel Date: Sun, 16 Nov 2008 20:25:53 +0000 Subject: [PATCH] Item38: Changed comments to ease security checking git-svn-id: http://svn.foswiki.org/trunk@739 0b4bb1d4-4e5a-0410-9cc4-b2b747904278 --- JSCalendarContrib/lib/TWiki/Contrib/JSCalendarContrib.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSCalendarContrib/lib/TWiki/Contrib/JSCalendarContrib.pm b/JSCalendarContrib/lib/TWiki/Contrib/JSCalendarContrib.pm index 568ce62582..820d82fa1b 100644 --- a/JSCalendarContrib/lib/TWiki/Contrib/JSCalendarContrib.pm +++ b/JSCalendarContrib/lib/TWiki/Contrib/JSCalendarContrib.pm @@ -38,8 +38,8 @@ my %w = ( m => 2, # month ( 01 .. 12 ) M => 2, # minute ( 00 .. 59 ) n => 1, # a newline character - p => 2, # ``PM'' or ``AM'' - P => 2, # ``pm'' or ``am'' + p => 2, # 'PM' or 'AM' + P => 2, # 'pm' or 'am' S => 2, # second ( 00 .. 59 ) s => 12,# number of seconds since Epoch t => 1, # a tab character