Closed (fixed)
Project:
Open Atrium
Version:
7.x-2.612
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2017 at 15:40 UTC
Updated:
29 Mar 2017 at 13:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
Argus commentedGreat find, could you add a patch?
Comment #3
Jorrit commentedSure. What kind of solution do you prefer? Just removing the
<h3>from the template or adding a condition to check if the$titlevar already contains a header tag?Comment #4
Argus commentedThe last option looks more bulletproof, but both are fine imho.
Comment #5
Jorrit commentedIn the end I chose the simple way because the code needed to properly determine if $title already contains a tag would be too much effort for a situation like, this in my opinion. Also, if the user doesn't want any header tag the template should respect that.
Comment #6
Argus commentedComment #7
mpotter commentedThis makes sense. We want the View handler to specify the tag to use and not hardcode it into the template. Committed this to 75ae68b in oa_search.