Closed
Bug 957743
Opened 11 years ago
Closed 11 years ago
Templates with <li> don't display the first step when used in an article
Categories
(support.mozilla.org :: Knowledge Base Software, task, P1)
support.mozilla.org
Knowledge Base Software
Tracking
(Not tracked)
RESOLVED
INVALID
2014Q1
People
(Reporter: verdi, Unassigned)
Details
(Whiteboard: u=contributor c=wiki p= s=2014.1)
Example: This template https://support.mozilla.org/en-US/kb/templateopen-add-ons looks ok by itself. But when you look at an article that uses it, the first step is blank - https://support.mozilla.org/en-US/kb/fix-problems-realplayer-add-ons
Comment 1•11 years ago
|
||
Seems similar to bug 955165 but not completely sure..
Reporter | ||
Comment 2•11 years ago
|
||
This is really causing issues with articles. I'm unable to update things for Australis because these templates aren't working correctly.
Severity: normal → blocker
Comment 3•11 years ago
|
||
Putting in current sprint to take a look.
Priority: -- → P1
Whiteboard: u=contributor c=wiki p= s=2014.1
Target Milestone: --- → 2014Q1
Reporter | ||
Comment 4•11 years ago
|
||
Reporter | ||
Comment 5•11 years ago
|
||
Alrighty, it looks like it was me. You can't do block-level showfor in these templates. Got to do it inline, e.g.
{for not fx29}Something{/for}{for fx29}Something new{/for}
<li>{for not fx29}Step 2{/for}{for fx29}New Step 2{/for}
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•