Good afternoon, again a small modx question. Installed pdoTools plugin Trying to make this kind of navigation on the site: 
I compiled this script in chunk:
[[pdoMenu? &level=`1` &parents=`17` &displayStart=`1` &hereClass=`cat_active` &lastClass=`0` &firstClass=`0` &outerClass=`gallery_category` &tplOuter=`@INLINE <ul class="gallery_category">[[+wrapper]]</ul>` &tpl=`@INLINE <a href="[[+link]]" [[+attributes]]><li[[+classes]]>[[+menutitle]]</li>[[+wrapper]]</a>` ]] But all this is displayed as follows:
Please explain why menu items are displayed as h2 elements? I clearly prescribe
&tpl=`@INLINE <a href="[[+link]]" [[+attributes]]><li[[+classes]]>[[+menutitle]]</li>[[+wrapper]]</a> Instead, he displays ..
Thank.

