diff --git a/examples/wfs-protocol-transactions.html b/examples/wfs-protocol-transactions.html index cc72a4bd25..9a783d799a 100644 --- a/examples/wfs-protocol-transactions.html +++ b/examples/wfs-protocol-transactions.html @@ -130,7 +130,7 @@ ); var navigate = new OpenLayers.Control.Navigation({ - title: "Pan Map", + title: "Pan Map" }); var draw = new OpenLayers.Control.DrawFeature( @@ -144,7 +144,7 @@ var edit = new OpenLayers.Control.ModifyFeature(wfs, { title: "Modify Feature", - displayClass: "olControlModifyFeature", + displayClass: "olControlModifyFeature" }); var del = new DeleteFeature(wfs, {title: "Delete Feature"});