simple content page renderer typo
Reported by joep | September 10th, 2010 @ 10:43 AM
--- a/vendor/modules/simple_content/app/controllers/simple_content/page_renderer
+++ b/vendor/modules/simple_content/app/controllers/simple_content/page_renderer
@@ -10,7 +10,7 @@ class SimpleContent::PageRenderer < ParagraphRenderer
if ! editor?
unless @options.valid?
return render_paragraph :text => 'Reconfigure paragraph'.t if myself.ed
- return render_paragraph :nothting => true
+ return render_paragraph :nothing => true
end
end
Comments and changes to this ticket
-
Pascal Rettig September 14th, 2010 @ 07:30 PM
- State changed from new to resolved
Thanks joe - fixed in development
-
Pascal Rettig September 14th, 2010 @ 07:30 PM
(from [d1a5c0a3138fe1f836dabc24bf8919f3cdc85c44]) Fix to typo [#99 state:resolved] http://github.com/cykod/Webiva/commit/d1a5c0a3138fe1f836dabc24bf891...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
People watching this ticket
Referenced by
- 99 simple content page renderer typo (from [d1a5c0a3138fe1f836dabc24bf8919f3cdc85c44]) Fix to ...