Skip to content
Snippets Groups Projects
Commit e4318a29 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fix html in module search view, fixes #3838

Closes #3838

Merge request studip/studip!3519
parent de1c3f36
No related branches found
No related tags found
No related merge requests found
<table class="mvv-modul-details"> <table class="mvv-modul-details">
<colgroup>
<col style="width: 30%">
<col style="width: 30%">
<col style="width: 40%">
</colgroup>
<tr> <tr>
<th class="mvv-modul-details-head" width="30%"><?= $modul->code ?></td> <th class="mvv-modul-details-head"><?= $modul->code ?></th>
<th class="mvv-modul-details-head" width="30%"><?= $institut->name ?></td> <th class="mvv-modul-details-head"><?= $institut->name ?></th>
<th class="mvv-modul-details-head" width="40%"><?= sprintf("%d CP", $modul->kp) ?> </td> <th class="mvv-modul-details-head"><?= sprintf("%d CP", $modul->kp) ?> </th>
</tr> </tr>
<tr> <tr>
<td colspan="2"> <td colspan="2">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment