html bug fixed:

- div instead p
- input must be in a block tag


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1238 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
nikrou
2006-04-21 20:25:52 +00:00
parent 0fb4875162
commit 3af17f2e09
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,5 +13,5 @@
</fieldset>
</form>
<p class="information">{L_CAT_OPTIONS_INFO}</div>
<p class="information">{L_CAT_OPTIONS_INFO}</p>
+1 -1
View File
@@ -28,8 +28,8 @@
</label>
<input type="submit" name="submit_filter" value="{lang:Submit}" />
<input type="hidden" name="page" value="rating" />
</fieldset>
<input type="hidden" name="page" value="rating" />
</form>
<div class="navigationBar">{NAVBAR}</div>