2010年06月28日
rails error on line at column : Opening and ending tag mismatch: img line 0 and a
rails で以下の様なエラーが出た。
This page contains the following errors:
error on line 36 at column 324: Opening and ending tag mismatch: img line 0 and a
Below is a rendering of the page up to the first error.
error on line 36 at column 324: Opening and ending tag mismatch: img line 0 and a
Below is a rendering of the page up to the first error.
img タグが閉じていないらしいということでぴんと来たので以下の様に修正して解決。
<img src="******"> を <img src="******" />
【Railsの最新記事】