summaryrefslogtreecommitdiff
path: root/lib/dijit/templates/MenuBarItem.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dijit/templates/MenuBarItem.html')
-rw-r--r--lib/dijit/templates/MenuBarItem.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dijit/templates/MenuBarItem.html b/lib/dijit/templates/MenuBarItem.html
index f236dfe01..0195329cc 100644
--- a/lib/dijit/templates/MenuBarItem.html
+++ b/lib/dijit/templates/MenuBarItem.html
@@ -1,4 +1,4 @@
<div class="dijitReset dijitInline dijitMenuItem dijitMenuItemLabel" data-dojo-attach-point="focusNode"
role="menuitem" tabIndex="-1">
- <span data-dojo-attach-point="containerNode"></span>
+ <span data-dojo-attach-point="containerNode,textDirNode"></span>
</div>