But I have a suggestion for the User Id module. Would it be possible to change the HTML structure of the login form? E.g. by using an .tpl file as is being done in the Skeleton module. To get more sematic output I want to get the following output:
Code: Select all
<form method="post" action="moduleinterface.php">
<fieldset>
<legend>Login form</legend>
<label for="username">Username</label>
<input type="text" id="username" name="username" />
<label for="password">Password</label>
<input type="password" id="password" name="password" />
<input type="submit" value="sign in" />
</fieldset>
</form>
And another one: update the changelog with correct HTML. As when I now view the changelog I see /p> for some of the releasenotes.