name fixen
This commit is contained in:
parent
419bdee9c4
commit
64249e4f5d
1 changed files with 5 additions and 1 deletions
|
|
@ -78,7 +78,11 @@ if (selector1) {
|
|||
<tr><td><h1><tmpl_var message></h1></td></tr>
|
||||
|
||||
<tmpl_loop message_loop>
|
||||
<tr><td><tmpl_var prereq_message></td></tr>
|
||||
<tr><td><tmpl_var title> requires all of the following:</td><td>
|
||||
<tmpl_loop messageLoop>
|
||||
<p><tmpl_var reqmessage></p>
|
||||
</tmpl_loop></td>
|
||||
</tr>
|
||||
</tmpl_loop>
|
||||
|
||||
<tmpl_loop missingEvents_loop>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue