bugfix kernelmodule link
This commit is contained in:
parent
59ad6a45fd
commit
b5a3e6fa3b
@ -140,7 +140,7 @@ $community_id = $_REQUEST['id'];
|
||||
</div>
|
||||
<div class="col s12 center">
|
||||
<a disabled id="download" class="waves-effect waves-light btn-large"><i class="material-icons left">file_download</i>Herunterladen</a>
|
||||
<span>Passende Kernelmodule bitte seperat laden von <a href="<?php $community[$community_id]['modules_path']?>"><?php $community[$community_id]['modules_path']?> ?></a></span>
|
||||
<br><span>Passende Kernelmodule bitte seperat laden von <a class="blue-grey-text text-darken-4" href="<?php echo $community[$community_id]['modules_path']?>"><?php echo $community[$community_id]['modules_path']?></a></span>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="page-footer">
|
||||
|
Loading…
Reference in New Issue
Block a user