removed unblanced </div> from the code file view and the code blame view

This commit is contained in:
hyung-hwan 2016-01-08 20:37:43 +00:00
parent ee01b4d92c
commit 377d2f7fdc
2 changed files with 3 additions and 4 deletions

View File

@ -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 -->

View File

@ -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 -->