datagovuk / dgu_d7

Data.gov.uk Drupal 7 project
24 stars 23 forks source link

Broken links to forum topic replies #440

Closed heinlja closed 9 years ago

heinlja commented 9 years ago

Go to http://data.gov.uk/forum/general-discussion All the "N replies" links on that page are broken (double-inclusion of the "forum" path). The same does not happen if you look at same kind of links on http://data.gov.uk/forum

ratajczak commented 9 years ago

I think that the slash is missing here: https://github.com/datagovuk/dgu_d7/blob/master/themes/custom/dguk/templates/views/views-view-fields--forum-topics--panel-pane.tpl.php#L62

Starting href attribute with slash should help: <a href="/<?php print ...

I'm surprised that links at data.gov.uk are not broken, I'll investigate why.