Commit info for scoop/lib/Scoop/Stories:

Modified Files:
	Elements.pm 
Log Message:
In story_summary, the section_title key was improperly substituted.

--R


Index: Elements.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop/Stories/Elements.pm,v
retrieving revision 1.107
retrieving revision 1.108
diff -r1.107 -r1.108
200c200
< 	$page =~ s/%%section_title%%/$section->{section}/g;
---
> 	$page =~ s/%%section_title%%/$section->{title}/g;