diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 42c44d53d3ab65fcf0e509af411a3ff139917e2c..e10539811109a00fc7e3bbf89d2e4104999a0eb9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -129,3 +129,4 @@ Views 2.4 o #375342 by dww: node_comment_statistics should be INNER joined because there is always 1:1 reference. o #372959: Archive view should not use AJAX by default. o #373155: Not clearing "many to one" data breaks some attachment displays. + o #375000: View name should always be LTR. diff --git a/includes/admin.inc b/includes/admin.inc index 7aca29ac4b2ed324d8454249a7a870ee663b14e0..8bfeea7b255bc0b15ec4e08e8f1e9c566ac88793 100644 --- a/includes/admin.inc +++ b/includes/admin.inc @@ -552,6 +552,7 @@ function views_ui_add_form(&$form_state) { '#required' => TRUE, '#maxlength' => 32, '#default_value' => $view ? $view->name : '', + '#attributes' => array('dir'=>'ltr'), ); $form['description'] = array(