]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/html/components/components.factor
Fix comments to be ! not #!.
[factor.git] / basis / html / components / components.factor
index a68db36f4f7cb0b18fda87a3094ad1c002c3f8ba..256fd5950dd8ac2cd64e976dbf2f3043b5d05fb4 100644 (file)
@@ -65,7 +65,7 @@ TUPLE: password size ;
     password new ;
 
 M: password render*
-    #! Don't send passwords back to the user
+    ! Don't send passwords back to the user
     [ drop "" ] 2dip size>> "password" render-field ;
 
 ! Text areas