URL handling
[hcoop/domtool2.git] / lib / domain.dtl
index 62256ed..0ab7716 100644 (file)
@@ -3,6 +3,9 @@
 extern type no_spaces;
 {{Any string with no space characters}}
 
+extern type no_newlines;
+{{Any string with no newline characters}}
+
 extern type ip;
 {{An IP address}}