mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-13 11:37:46 +02:00
fix: define podcastNamespaceLink value
This commit is contained in:
parent
674ffd1cfb
commit
0d744d212d
1 changed files with 4 additions and 1 deletions
|
|
@ -275,7 +275,10 @@
|
||||||
<?= form_section_close() ?>
|
<?= form_section_close() ?>
|
||||||
<?= form_section(
|
<?= form_section(
|
||||||
lang('Episode.form.additional_files_section_title'),
|
lang('Episode.form.additional_files_section_title'),
|
||||||
lang('Episode.form.additional_files_section_subtitle')
|
lang('Episode.form.additional_files_section_subtitle', [
|
||||||
|
'podcastNamespaceLink' =>
|
||||||
|
'“<a href="https://github.com/Podcastindex-org/podcast-namespace" target="_blank" rel="noreferrer noopener" style="text-decoration: underline;">podcast namespace</a>”',
|
||||||
|
])
|
||||||
) ?>
|
) ?>
|
||||||
<div class="flex flex-col flex-1">
|
<div class="flex flex-col flex-1">
|
||||||
<?= form_label(
|
<?= form_label(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue