HERE docs etc.
[www.jankratochvil.net.git] / project / Nokia61 / ListItem.pm
index bd72882..ee9be88 100755 (executable)
@@ -36,12 +36,13 @@ our @ListItem=(
                "license"=>"PD",
                "maintenance"=>"ready",
                "language"=>"C, PHP",
-               "description"=>""
-                               .'<p>At least Nokia 3210 offers game <b>Rotation</b>, this little software will'
-                               .' tell you the optimal solution steps for the given game board situation.'
-                               .' The goal is to get board with'
-                               .' <b>1&nbsp;2&nbsp;3</b>, <b>4&nbsp;5&nbsp;6</b>, <b>7&nbsp;8&nbsp;9</b>,'
-                               .' in rows.</p>'
+               "description"=><<"HERE",
+<p>At least Nokia 3210 offers game <b>Rotation</b>, this little software will
+tell you the optimal solution steps for the given game board situation.
+The goal is to get board with
+<b>1&nbsp;2&nbsp;3</b>, <b>4&nbsp;5&nbsp;6</b>, <b>7&nbsp;8&nbsp;9</b>,
+in rows.</p>
+HERE
                );
 
 1;