| ... | ... |
@@ -280,6 +280,7 @@ function position($company,$city,$job,$dates,$blob) {
|
| 280 | 280 |
|
| 281 | 281 |
function iprogram($language,$percent) {
|
| 282 | 282 |
echo ' |
| 283 |
+ <div class="row"> |
|
| 283 | 284 |
<div class="span4"> |
| 284 | 285 |
<h4>'.$language.'</h4> |
| 285 | 286 |
</div> |
| ... | ... |
@@ -288,6 +289,7 @@ function iprogram($language,$percent) {
|
| 288 | 288 |
<div class="bar" style="width: '.$percent.'%;"></div> |
| 289 | 289 |
</div> |
| 290 | 290 |
</div> |
| 291 |
+ </div> |
|
| 291 | 292 |
'; |
| 292 | 293 |
|
| 293 | 294 |
} |