Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-13319

Icons/smilies table improperly formed when no images present

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Trivial
    • Resolution: Fixed
    • 3.1.1
    • 3.1.3-RC1
    • ACP
    • None

    Description

      Around line 150, /adm/style/acp_icons.html says the following:

      	<!-- ELSE -->
      	<tr class="row3">
      		<td colspan="{COLSPAN}">{L_NO_ICONS}</td>
      	</tr>
      	<!-- ENDIF -->
      

      This should be something like:

      	<!-- ELSE -->
      	</thead>
      	<tbody>
      	<tr class="row3">
      		<td colspan="{COLSPAN}">{L_NO_ICONS}</td>
      	</tr>
      	<!-- ENDIF -->
      

      Attachments

        Activity

          People

            prototech prototech [X] (Inactive)
            marcovo marcovo [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: