examples/erb/m_hello.rhtml in Capcode-0.6.1 vs examples/erb/m_hello.rhtml in Capcode-0.6.2
- old
+ new
@@ -1,5 +2 @@
-<html>
- <body>
- <p>Hello <%= @you %> it's <%= Time.now %></p>
- </body>
-</html>
+<p>Hello <b><%= @you %></b> it's <%= Time.now %></p>