Skip to content
Snippets Groups Projects
Commit 35dfc2c8 authored by David Siegfried's avatar David Siegfried
Browse files

fix gender, closes #2912

Closes #2912

Merge request studip/studip!1965
parent e4b3afa3
No related branches found
No related tags found
No related merge requests found
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
<? $authors = $material->getAuthors() ?> <? $authors = $material->getAuthors() ?>
<? if (count($authors)) : ?> <? if (count($authors)) : ?>
<h2><?= _('Zum Autor') ?></h2> <h2><?= _('Autor/-in') ?></h2>
<ul class="author_information clean"> <ul class="author_information clean">
<? foreach ($material->getAuthors() as $authordata) : ?> <? foreach ($material->getAuthors() as $authordata) : ?>
<li> <li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment