From c43164727bfbe192763292e23dad983fbf09d18e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 19 Apr 2017 00:39:42 -0700 Subject: 3837 --- html/edit/005-sandbox.mu.html | 2 +- html/edit/011-errors.mu.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'html/edit') diff --git a/html/edit/005-sandbox.mu.html b/html/edit/005-sandbox.mu.html index fe769594..d5e2f517 100644 --- a/html/edit/005-sandbox.mu.html +++ b/html/edit/005-sandbox.mu.html @@ -772,7 +772,7 @@ if ('onhashchange' in window) { 709 ¦ curr <- next curr 710 ¦ loop 711 } - 712 result <- buffer-to-array buf + 712 result <- buffer-to-array buf 713 ] 714 715 scenario editor-provides-edited-contents [ diff --git a/html/edit/011-errors.mu.html b/html/edit/011-errors.mu.html index 8c2a1f1c..1b775585 100644 --- a/html/edit/011-errors.mu.html +++ b/html/edit/011-errors.mu.html @@ -131,7 +131,7 @@ if ('onhashchange' in window) { 68 ¦ sandboxes-completed-successfully?:bool <- equal error-index, -1 69 ¦ break-if sandboxes-completed-successfully? 70 ¦ error-index-text:text <- to-text error-index - 71 ¦ status:text <- interpolate [errors found (_) ], error-index-text + 71 ¦ status:text <- interpolate [errors found (_) ], error-index-text 72 ¦ update-status screen, status, 1/red 73 } 74 ] -- cgit 1.4.1-2-gfad0