Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2010-12-24 07:30:38 +0300
committerMiguel de Icaza <miguel@gnome.org>2010-12-24 07:30:38 +0300
commit7cd5751257e121e8eab0231b72fd7c336b2ac5e3 (patch)
tree01e67e04c17bafca8e880a6eb4aed30e15798bf2 /DocTools.cs
parent005d835d2bb6678a4072a7ecc4487cea89269455 (diff)
[webkit] Add the PolicyDelegate bindings, macdoc updates
Diffstat (limited to 'DocTools.cs')
-rw-r--r--DocTools.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/DocTools.cs b/DocTools.cs
index d02a7bf..f241141 100644
--- a/DocTools.cs
+++ b/DocTools.cs
@@ -22,8 +22,9 @@ namespace macdoc
helpSource = match.tree.HelpSource;
}
}
- if (htmlContent == null)
- return null;
+ if (htmlContent == null){
+
+ }
var html = new StringWriter ();
html.Write ("<html>\n<head><title>{0}</title>", url);