]> git.openstreetmap.org Git - rails.git/commit
Wrap evaluation of default values for parameters inside the HTML escaping
authorTom Hughes <tom@compton.nu>
Sat, 24 Nov 2007 14:13:21 +0000 (14:13 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 24 Nov 2007 14:13:21 +0000 (14:13 +0000)
commit7de4cb19b8cbaa123f9d47ac4ba9f37e25e5724c
tree513e306b724e50aca1c7462c0de9411c9cd4ad7b
parent144640c9eddfeec50d2fa59489618350b1d4a0c4
Wrap evaluation of default values for parameters inside the HTML escaping
as that causes nil to become "" hence defeating the conditional default.
app/views/diary_entry/new.rhtml
app/views/site/edit.rhtml
app/views/site/index.rhtml
app/views/user/account.rhtml