Project

General

Profile

« Previous | Next » 

Revision 81aba18d

Added by NOYB NOYB over 9 years ago

HTML Compliance - System / Package Manager / Available Packages

Stray tbody, table, and div tag ends when list empty.
Close php tag.

View differences:

src/usr/local/www/pkg_mgr.php
237 237
				</tr>
238 238
<?php
239 239
	endforeach;
240
endif;
241 240
?>
242 241
			</tbody>
243 242
		</table>
244 243
	</div>
245 244
</div>
245
<?php
246
endif;
247
?>
246 248

  
247 249
<script type="text/javascript">
248 250
//<![CDATA[
......
312 314
</script>
313 315

  
314 316
<?php include("foot.inc");
317
?>

Also available in: Unified diff