Skip to content
Snippets Groups Projects
Commit a7d657f2 authored by Jared Hancock's avatar Jared Hancock
Browse files

lint: Fix up small code quality issues

parent 954b8561
No related branches found
No related tags found
No related merge requests found
......@@ -21,5 +21,3 @@ if(($subnav=$nav->getSubMenu()) && is_array($subnav)){
$class, $item['href'], $item['title'], $id, $item['desc']);
}
}
?>
......@@ -635,6 +635,6 @@ if (isset($_SERVER['HTTP_X_PJAX'])) {
?>
<script type="text/javascript">
$('#sub_nav').html(<?php echo JsonDataEncoder::encode($nav_content); ?>);
</script><?
</script><?php
}
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment