In this example
<strong>Test:</strong> <span data-bind="text: currentResult()? currentResult().test_name : '' " /><br/>
<strong>SampleId:</strong> <span data-bind="text: currentResult()? currentResult().sample_id : '' " /><br/>
I see only one text - only the first:
Test: <test_name>
If I exchange the lines, I see only
SampleId:<my sample id>
It is not because of height limits. Inserting some breaks moves the first line lower.
Is there any syntactical error in the code or something else?
Firebug doesn't show any error.
I use Bootstrap. Both elements are inside a <div class="col-md-5">
Many thanks in advance!