Revision 7153da40 trunk/NetSparkle/NetSparkleForm.cs

b/trunk/NetSparkle/NetSparkleForm.cs
41 41
                    {
42 42
                        //Download the content instead of navigating to it, to bypass
43 43
                        //the Content-Disposition header
44
                        NetSparkleBrowser.DocumentText = client.DownloadString(item.ReleaseNotesLink);
44
                        string notes = client.DownloadString(item.ReleaseNotesLink);
45
                        NetSparkleBrowser.DocumentText = notes;
45 46
                    }
46 47
                }
47 48
                else

Also available in: Unified diff