Mercurial > zeropaste
changeset 407:9ba3451cc063
Wrong aria label.
| author | nanaya <me@myconan.net> | 
|---|---|
| date | Sun, 06 Sep 2015 04:52:01 +0900 | 
| parents | c302c80dfa0c | 
| children | f3cdc83b87b4 | 
| files | app/views/pastes/new.html.erb | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/app/views/pastes/new.html.erb Sun Sep 06 04:41:03 2015 +0900 +++ b/app/views/pastes/new.html.erb Sun Sep 06 04:52:01 2015 +0900 @@ -43,7 +43,7 @@ </div></div> <% end %> -<div class="modal fade js-paste-preview-md-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> +<div class="modal fade js-paste-preview-md-modal" tabindex="-1" role="dialog" aria-labelledby="mdPreviewModal"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-body js-paste-preview-md-box">
