Skip to content

Commit

Permalink
html validation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
j0nem committed Nov 15, 2020
1 parent c24bed8 commit e424008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Resources/contao/templates/wb_faculty_subjects.html5
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<th>Fachbereichsleiter</th>
<th>Fachräume</th>
</tr>
</thead></tbody>
</thead><tbody>
<?php foreach ($this->subjects as $arrSubject) : ?>
<?php if($arrSubject['visible'] && $arrSubject['isSubject'] == 1) : ?>
<tr <?php if ($arrSubject['page']) : ?>class="link" onclick="document.location='{{link_url::<?php echo $arrSubject['page']; ?>}}'"<?php endif;?>>
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/contao/templates/wb_workshop.html5
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<th>Ort</th>
<th>Details</th>
</tr>
</thead></tbody>
</thead><tbody>
<?php foreach ($this->workshops as $arrWorkshop) : ?>
<tr <?php if ($arrWorkshop['page']) : ?>class="link" onclick="document.location='{{link_url::<?php echo $arrWorkshop['page']; ?>}}'"<?php endif;?>>
<th><?php echo $arrWorkshop['name']; ?></th>
Expand Down

0 comments on commit e424008

Please sign in to comment.