Skip to content
Snippets Groups Projects
Commit e9383470 authored by jdelhome3578's avatar jdelhome3578
Browse files

ui: malformed featured FAQ URL in sidebar

Fixes #2364
parent 46ab79b3
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ $BUTTONS = isset($BUTTONS) ? $BUTTONS : true;
if ($faqs->all()) { ?>
<section><div class="header"><?php echo __('Featured Questions'); ?></div>
<?php foreach ($faqs as $F) { ?>
<div><a href="<?php echo ROOT_PATH; ?>/kb/faq.php?id=<?php
<div><a href="<?php echo ROOT_PATH; ?>kb/faq.php?id=<?php
echo urlencode($F->getId());
?>"><?php echo $F->getLocalQuestion(); ?></a></div>
<?php } ?>
......
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