[dw-free] Fix pasto in DW::Controller::EventOutput header
[commit: http://hg.dwscoalition.org/dw-free/rev/78e66801c811]
http://bugs.dwscoalition.org/show_bug.cgi?id=3937
Header was wrong. Now it's right.
Patch by
pauamma.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3937
Header was wrong. Now it's right.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/DW/Controller/EventOutput.pm
-------------------------------------------------------------------------------- diff -r c23352cced11 -r 78e66801c811 cgi-bin/DW/Controller/EventOutput.pm --- a/cgi-bin/DW/Controller/EventOutput.pm Mon Sep 12 15:36:14 2011 +0800 +++ b/cgi-bin/DW/Controller/EventOutput.pm Mon Sep 12 15:42:03 2011 +0800 @@ -1,13 +1,13 @@ #!/usr/bin/perl # -# DW::Controller::EventPreview +# DW::Controller::EventOutput # # This controller is for getting a preview of the output for events, for easy debugging. # # Authors: # Afuna <coder.dw@afunamatata.com> # -# Copyright (c) 2010 by Dreamwidth Studios, LLC. +# Copyright (c) 2010-2011 by Dreamwidth Studios, LLC. # # This program is free software; you may redistribute it and/or modify it under # the same terms as Perl itself. For a copy of the license, please reference --------------------------------------------------------------------------------