stas        02/02/04 19:35:52

  Modified:    src/stories story.tmpl
  Log:
  - change the story template to have a single 'the story' section, plus
  change the headers lists not to be in bold
  
  Revision  Changes    Path
  1.3       +4 -4      modperl-docs/src/stories/story.tmpl
  
  Index: story.tmpl
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/stories/story.tmpl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- story.tmpl        5 Feb 2002 03:31:34 -0000       1.2
  +++ story.tmpl        5 Feb 2002 03:35:51 -0000       1.3
  @@ -11,22 +11,22 @@
   
   [% story.title %]
   
  -=head1 Info
  +=head1 The Story
   
   [% IF story.headers -%]
   =over
   [% FOREACH key = story.headers.keys.sort -%]
   [% IF story.headers.$key -%]
   
  -=item * [% key %]: [% story.headers.$key -%]
  +=item * 
  +
  +[% key %]: [% story.headers.$key -%]
   
   [% END -%]
   [% END -%]
   
   =back
   [% END -%]
  -
  -=head1 The Story
   
   [% story.body -%]
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to