AwbUpdater.ErrorHandler.BugReport.WikiBugFormatter.PrintFooter C# (CSharp) Method

PrintFooter() public method

public PrintFooter ( ) : string
return string
                public override string PrintFooter()
                {
                    return
                        PrintLine("fix_version",
                            "<!-- Version of AWB the fix will be included in; AWB developer will complete when it's fixed -->") +
                        "\r\n}}";
                }
ErrorHandler.BugReport.WikiBugFormatter