fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-04-06 02:10 am

[dw-free] icon factory not showing preview images

[commit: http://hg.dwscoalition.org/dw-free/rev/edaf4b8bc572]

http://bugs.dwscoalition.org/show_bug.cgi?id=2466

Fix icon factory (newline at the beginning wreaking havoc with the outputted
binary/png)

Patch by [personal profile] fu.

Files modified:
  • htdocs/misc/mogupic.bml
--------------------------------------------------------------------------------
diff -r dd77a7a9e83b -r edaf4b8bc572 htdocs/misc/mogupic.bml
--- a/htdocs/misc/mogupic.bml	Mon Apr 05 19:09:06 2010 -0700
+++ b/htdocs/misc/mogupic.bml	Mon Apr 05 19:14:58 2010 -0700
@@ -11,8 +11,7 @@
 # modifications are provided under the GNU General Public License.
 # A copy of that license can be found in the LICENSE file included as
 # part of this distribution.
-_c?>
-<?_code
+_c?><?_code
 {
     use strict;
     use vars qw(%GET);
--------------------------------------------------------------------------------