Skip to content

Commit 54844e2

Browse files
maxmimaxmi
authored andcommitted
Name block attr removed
Indention
1 parent 42dff9f commit 54844e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/design/adminhtml/default/default/layout/zendesk.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</action>
2828
</reference>
2929
<reference name="content">
30-
<block type="core/template" name="test" template="zendesk/translations.phtml"></block>
30+
<block type="core/template" template="zendesk/translations.phtml"></block>
3131
</reference>
3232
</adminhtml_system_config_edit>
3333

src/app/design/adminhtml/default/default/template/zendesk/translations.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
*/
1717
?>
1818
<script>
19-
Translator.add('Token cannot be empty', '<?php echo $this->__('Token cannot be empty'); ?>');
19+
Translator.add('Token cannot be empty', '<?php echo $this->__('Token cannot be empty'); ?>');
2020
</script>

0 commit comments

Comments
 (0)