Skip to content

Commit

Permalink
Item38: Changed comments to ease security checking
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@739 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
OlivierRaginel authored and OlivierRaginel committed Nov 16, 2008
1 parent 5ee974a commit 390fe53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JSCalendarContrib/lib/TWiki/Contrib/JSCalendarContrib.pm
Expand Up @@ -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
Expand Down

0 comments on commit 390fe53

Please sign in to comment.