mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-05-09 07:36 am

[dw-nonfree] Negatives and Transmogrified should use the page::print_wrapper functions

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/a489d3f0d68b]

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

Transmogrified is no longer a bodysnatcher.

Patch by [personal profile] aveleh.

Files modified:
  • bin/upgrading/s2layers/transmogrified/layout.s2
--------------------------------------------------------------------------------
diff -r cdf1bd5d18c7 -r a489d3f0d68b bin/upgrading/s2layers/transmogrified/layout.s2
--- a/bin/upgrading/s2layers/transmogrified/layout.s2	Wed May 06 20:06:06 2009 +0000
+++ b/bin/upgrading/s2layers/transmogrified/layout.s2	Sat May 09 07:36:46 2009 +0000
@@ -200,7 +200,6 @@ function Page::print()
         $this->print_stylesheets();
         $this->print_head_title();    
     println "</head>";
-    println "<body>";
     $this->print_control_strip();
     $this->print_wrapper_start();
     """
@@ -236,7 +235,6 @@ function Page::print()
     """;
     $this->print_wrapper_end();
     """
-    </body>
     </html>
     """;
 }
@@ -753,4 +751,4 @@ function print_stylesheet () {
         padding-left: 5px;
     }
     """;
-}
\ No newline at end of file
+}
--------------------------------------------------------------------------------