@@ -40,7 +40,7 @@ namespace XHWK.WKTool
break;
}
lblTitle.Content = Title;
- if (string.IsNullOrWhiteSpace(Content))
+ if (!string.IsNullOrWhiteSpace(Content))
{
if(Content.Length>143)