--- /home/hans/downloads/signwriter/signwriter.module	2008-09-22 07:12:45.000000000 +0200
+++ /home/hans/Orgis/arbo/sited5/sites/all/modules/signwriter/signwriter.module	2008-09-28 16:00:42.000000000 +0200
@@ -750,7 +750,7 @@ function signwriter_url($profile) {
         }
       }
       else {
-        imagettftext($im, $size, $angle, $x + abs($box[0]), $y + abs($box[5]), $foreground, $fontfile, $text);
+        imagettftext($im, $size, $angle, $x + abs($box[0]), $y + abs($box[5]), $foreground, $fontfile, $line);
       }
     }
 
