Improved: widget-form.xsd

Fixes a typo
diff --git a/dtds/test-suite.xsd b/dtds/test-suite.xsd
index 3f9d113..6092aff 100644
--- a/dtds/test-suite.xsd
+++ b/dtds/test-suite.xsd
@@ -70,7 +70,7 @@
     <xs:element name="junit-test-suite" substitutionGroup="TestCaseTypes">
         <xs:annotation>
             <xs:documentation>
-                Used for JUnit test suites written as a Java class. This is rather to be used in production/
+                Used for JUnit test suites written as a Java class. This is rather to be used in production.
             </xs:documentation>
         </xs:annotation>
         <xs:complexType>