- Issue created by @liut
For some reason, I'm getting tags like <a href="/faq/3371">
or <a href="/faq/3376">
where the URLs cannot be reached.
Where are these tags being generated? I can only see them being used possibly in the faq.questions_top.inc file.
if ($category_display == 'hide_qa') {
$url = Url::fromUserInput('/faq/' . $term_id);
$variables['header_title'] = Link::fromTextAndUrl($term->getName(), $url)->toString();
}
It's likely not a good idea to change an inc file. Any idea why these broken links are being generated, since my web page already uses the "faq-page/" paths without issue?
Active
1.1
Code