]> gitweb.factorcode.org Git - factor.git/commitdiff
webapps.pastebin: Fix quotation effect so deleting annotations works.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 12 Jan 2019 21:28:36 +0000 (15:28 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 12 Jan 2019 21:28:36 +0000 (15:28 -0600)
extra/webapps/pastebin/pastebin.factor

index 2f96010520e07c9b117847b3d497843ea6466fd9..b51fc17b87a8d03341e1c086a303e04143ea90d2 100644 (file)
@@ -220,7 +220,7 @@ M: annotation entity-url
         [ { { "id" [ v-number ] } } validate-params ] >>validate
 
         [
-            "id" value lookup-annotation
+            "id" value lookup-annotation
             [ delete-tuples ]
             [ parent>> paste-url <redirect> ]
             bi