[Mapbender-commits] r2714 - branches/2.5/http/print

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jul 24 05:29:27 EDT 2008


Author: beck
Date: 2008-07-24 05:29:27 -0400 (Thu, 24 Jul 2008)
New Revision: 2714

Modified:
   branches/2.5/http/print/mod_printPDF.php
Log:


Modified: branches/2.5/http/print/mod_printPDF.php
===================================================================
--- branches/2.5/http/print/mod_printPDF.php	2008-07-24 06:17:27 UTC (rev 2713)
+++ branches/2.5/http/print/mod_printPDF.php	2008-07-24 09:29:27 UTC (rev 2714)
@@ -289,7 +289,7 @@
 </head>
 
 <body>
-<form name="form1" method="POST" action="../print/mod_printPDF_pdf.php?<?php echo SID; ?>" target="_blank">
+<form name="form1" method="post" action="../print/mod_printPDF_pdf.php?<?php echo SID; ?>" target="_blank">
 <p id="container_size">
 	<label for="size"><?php echo $label_format ?></label> 
 	<select id="size" name="size" onchange="validate();">



More information about the Mapbender_commits mailing list