removed unblanced </div> from the code file view and the code blame view
This commit is contained in:
parent
ee01b4d92c
commit
377d2f7fdc
@ -410,7 +410,6 @@ if ($login['settings'] != NULL &&
|
|||||||
$graph_url = codepot_merge_path (site_url(), "/code/graph/cloc-file/{$project->id}/{$hex_headpath}{$revreq}");
|
$graph_url = codepot_merge_path (site_url(), "/code/graph/cloc-file/{$project->id}/{$hex_headpath}{$revreq}");
|
||||||
print "<img src='{$graph_url}' id='code_blame_mainarea_loc_info_locgraph' />";
|
print "<img src='{$graph_url}' id='code_blame_mainarea_loc_info_locgraph' />";
|
||||||
?>
|
?>
|
||||||
</div>
|
|
||||||
</div> <!-- code_blame_mainarea_loc_info -->
|
</div> <!-- code_blame_mainarea_loc_info -->
|
||||||
|
|
||||||
</div> <!-- code_blame_mainarea_result -->
|
</div> <!-- code_blame_mainarea_result -->
|
||||||
|
@ -382,6 +382,9 @@ if ($login['settings'] != NULL &&
|
|||||||
?>
|
?>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
||||||
|
</div> <!-- code_file_mainarea_result -->
|
||||||
|
|
||||||
<div id="code_file_mainarea_loc_info" class="infobox">
|
<div id="code_file_mainarea_loc_info" class="infobox">
|
||||||
<div class="title">LOC</div>
|
<div class="title">LOC</div>
|
||||||
<?php
|
<?php
|
||||||
@ -389,11 +392,8 @@ if ($login['settings'] != NULL &&
|
|||||||
$graph_url = codepot_merge_path (site_url(), "/code/graph/cloc-file/{$project->id}/{$hex_headpath}{$revreq}");
|
$graph_url = codepot_merge_path (site_url(), "/code/graph/cloc-file/{$project->id}/{$hex_headpath}{$revreq}");
|
||||||
print "<img src='{$graph_url}' id='code_file_mainarea_loc_info_locgraph' />";
|
print "<img src='{$graph_url}' id='code_file_mainarea_loc_info_locgraph' />";
|
||||||
?>
|
?>
|
||||||
</div>
|
|
||||||
</div> <!-- code_file_mainarea_loc_info -->
|
</div> <!-- code_file_mainarea_loc_info -->
|
||||||
|
|
||||||
</div> <!-- code_file_mainarea_result -->
|
|
||||||
|
|
||||||
</div> <!-- code_file_mainarea -->
|
</div> <!-- code_file_mainarea -->
|
||||||
|
|
||||||
<div class='footer-pusher'></div> <!-- for sticky footer -->
|
<div class='footer-pusher'></div> <!-- for sticky footer -->
|
||||||
|
Loading…
Reference in New Issue
Block a user