]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/html/templates/templates.factor
basis: ERROR: changes.
[factor.git] / basis / html / templates / templates.factor
index fd48d81ecdfa12aba967e66fd73ce5b71c3bd41e..f6b890c6933d65b6dacf21f711f81d19c0e75c3d 100644 (file)
@@ -39,10 +39,10 @@ M: no-boilerplate error.
 SYMBOL: title
 
 : set-title ( string -- )
-    title get [ >box ] [ no-boilerplate ] if* ;
+    title get [ >box ] [ throw-no-boilerplate ] if* ;
 
 : get-title ( -- string )
-    title get [ value>> ] [ no-boilerplate ] if* ;
+    title get [ value>> ] [ throw-no-boilerplate ] if* ;
 
 : write-title ( -- )
     get-title write ;