Fixed "closed start tag" problem (i.e., missing > )
This commit is contained in:
parent
59f7410347
commit
c52fdc46ad
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@
|
||||||
<!-- TMPL_UNLESS name="categoryChild" -->
|
<!-- TMPL_UNLESS name="categoryChild" -->
|
||||||
<div id="problem">
|
<div id="problem">
|
||||||
WARNING : you must have a categorycode = C for children
|
WARNING : you must have a categorycode = C for children
|
||||||
</div
|
</div>
|
||||||
<!-- /TMPL_UNLESS -->
|
<!-- /TMPL_UNLESS -->
|
||||||
<!-- TMPL_UNLESS name="categoryInstitution" -->
|
<!-- TMPL_UNLESS name="categoryInstitution" -->
|
||||||
<div id="problem">
|
<div id="problem">
|
||||||
|
|
Loading…
Reference in a new issue