Skip to content

Commit 163159c

Browse files
committed
html syntax typo
1 parent 79b32f3 commit 163159c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/recurring_select_dialog.js.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ class RecurringSelectDialog {
372372
<div class='rs_dialog_holder'> \
373373
<div class='rs_dialog'> \
374374
<div class='rs_dialog_content'> \
375-
<h1>${this.config.texts["repeat"]} <a href='#' title='${this.config.texts["cancel"]}' Alt='${this.config.texts["cancel"]}'></a> </h1> \
375+
<h1>${this.config.texts["repeat"]} <a href='#' title='${this.config.texts["cancel"]}' alt='${this.config.texts["cancel"]}'></a> </h1> \
376376
<p class='frequency-select-wrapper'> \
377377
<label for='rs_frequency'>${this.config.texts["frequency"]}:</label> \
378378
<select data-wrapper-class='ui-recurring-select' id='rs_frequency' class='rs_frequency' name='rs_frequency'> \

0 commit comments

Comments
 (0)