# HG changeset patch # User Matti Hamalainen # Date 1297607364 -7200 # Node ID 3634b6b811ce0ce8f198b161f8bdfca3ae974fab # Parent 35f0c0ce0c51c4eecf35e319d01fd430da912863 Cleanups, fix HTML validation problems. diff -r 35f0c0ce0c51 -r 3634b6b811ce index.php --- a/index.php Tue Jan 11 14:36:13 2011 +0200 +++ b/index.php Sun Feb 13 16:29:24 2011 +0200 @@ -1,7 +1,9 @@ This application REQUIRES JavaScript to be enabled!

+

- First, you should provide a list of equipments you wish to manage. Just plain copy & paste of an inventory listing is enough. You can also test with pre-defined equipments, by clicking the button. +

-

Stacks of items are not supported, and few other things may cause problems too.

@@ -216,10 +218,8 @@ An error occured\n". - "

".$errorMsg."

"; +if ($errorSet > 0) { + echo "

An error occured

\n\n"; } printPageFooter();