HERE docs etc.
[www.jankratochvil.net.git] / project / oslik / ListItem.pm
index c9bc04a..b269d24 100755 (executable)
@@ -36,10 +36,11 @@ our @ListItem=(
                "license"=>"PD",
                "maintenance"=>"ready",
                "language"=>"Prolog",
-               "description"=>""
-                               .'<p>This is no game, just solution of one specific mathematical problem'
-                               .' consisting of simple state search. Software is written equivalentnly'
-                               .' both in <strong>C</strong> and <strong>Prolog</strong> for comparation.</p>'
+               "description"=><<"HERE",
+<p>This is no game, just solution of one specific mathematical problem
+consisting of simple state search. Software is written equivalentnly
+both in <strong>C</strong> and <strong>Prolog</strong> for comparation.</p>
+HERE
                );
 
 1;