Changeset 418

Show
Ignore:
Timestamp:
07/02/06 14:00:06 (2 years ago)
Author:
sven
Message:

html validation fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/units/icons/function_edit_icons.php

    r380 r418  
    3232    $desc = gettext("Site pictures are small pictures that act as a representative icon throughout the system."); // gettext variable 
    3333    $body .= <<< END 
    34         <form action="" method="post" />         
     34        <form action="" method="post">         
    3535            <p> 
    3636                $desc 
     
    9393                <p align="center"> 
    9494                    <input type="hidden" name="action" value="icons:edit" /> 
    95                     <input type="submit" value=$save />         
     95                    <input type="submit" value="$save" />         
    9696                </p> 
    9797            </form>