Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Samples / Castle / PetStore.Web / views / shared / inlineerror.vm
blobc62bcf2d901bcd8ed9b7224466ae4af627f21e1b
1 #if ($error)\r
2 <p>$error</p>\r
3 <script>new Effect.Shake($('error'));</script>\r
4 #end