Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
jkichline committed May 3, 2010
1 parent a435e89 commit ac2b98c
Show file tree
Hide file tree
Showing 4 changed files with 524 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Website/Convert.ashx
Expand Up @@ -89,7 +89,7 @@ public class Convert : IHttpHandler {
}

private void displayError(HttpContext context, string message) {
context.Response.Redirect("Errors.aspx?message=" + message, true);
context.Response.Redirect("Errors.aspx?message=" + message.Replace("\n", " "), true);
return;
}

Expand Down

0 comments on commit ac2b98c

Please sign in to comment.