fix [ 1249114 ] unclosed <li> elements in auth modules
This commit is contained in:
parent
fea1002aca
commit
52670adb9f
9 changed files with 30 additions and 28 deletions
|
|
@ -501,6 +501,7 @@ each asset under the tab "Meta" in the asset properties.</p>
|
|||
Metadata in combination with passive profiling produces AOI (Areas of
|
||||
Interest) information. You can retrieve the value of a metadata property
|
||||
with the ^AOIRank(); and &#AOIHits(); macros.</p>
|
||||
</li>
|
||||
<li><p><b>Show content based upon criteria<br>
|
||||
</b>The Wobject Proxy allows you to select content based upon criteria like:<blockquote>
|
||||
contenttype = sport AND source != newspaper</blockquote>
|
||||
|
|
|
|||
|
|
@ -1163,10 +1163,10 @@ is set to "response".
|
|||
'what next question description' => {
|
||||
message => q|After defining the question, you may supply an answer:
|
||||
<ul>
|
||||
<li>Multiple Choice</il>
|
||||
<li>Text</il>
|
||||
<li>Frequency</il>
|
||||
<li>Opinion</il>
|
||||
<li>Multiple Choice</li>
|
||||
<li>Text</li>
|
||||
<li>Frequency</li>
|
||||
<li>Opinion</li>
|
||||
<li>Or you may return to the survey</li>
|
||||
</ul>
|
||||
</p>|,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue