Remove style tag from knowledgebase
This commit is contained in:
parent
4dad68c820
commit
5ed1ea67c8
@ -419,7 +419,7 @@ function hesk_show_kb_article($artid)
|
|||||||
<?php
|
<?php
|
||||||
foreach ($related_articles as $id => $subject)
|
foreach ($related_articles as $id => $subject)
|
||||||
{
|
{
|
||||||
echo '<span class="glyphicon glyphicon-file" style="font-size: 16px"></span> <a href="knowledgebase.php?article='.$id.'">'.$subject.'</a><br />';
|
echo '<span class="glyphicon glyphicon-file icon-link"></span> <a href="knowledgebase.php?article='.$id.'">'.$subject.'</a><br />';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user