This website requires JavaScript.
Explore
Help
Sign In
deac
/
instiki
Watch
1
Star
0
Fork
You've already forked instiki
0
Code
Issues
Pull requests
Releases
Wiki
Activity
af22bc67e6
instiki
/
vendor
/
rails
/
actionmailer
/
test
/
fixtures
/
helpers
/
example_helper.rb
6 lines
113 B
Ruby
Raw
Normal View
History
Unescape
Escape
Upgrade to Rails 2.0.2 Upgraded to Rails 2.0.2, except that we maintain vendor/rails/actionpack/lib/action_controller/routing.rb from Rail 1.2.6 (at least for now), so that Routes don't change. We still get to enjoy Rails's many new features. Also fixed a bug in Chunk-handling: disable WikiWord processing in tags (for real this time).
2007-12-21 08:48:59 +01:00
module
ExampleHelper
def
example_format
(
text
)
Checkout of Instiki Trunk 1/21/2007.
2007-01-22 14:43:50 +01:00
"
<em><strong><small>
#{
text
}
</small></strong></em>
"
end
end
Reference in a new issue
Copy permalink