mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-09 06:44:56 +02:00
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:
@@ -13,5 +13,5 @@
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
<p class="information">{L_CAT_OPTIONS_INFO}</div>
|
||||
<p class="information">{L_CAT_OPTIONS_INFO}</p>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user