In doing an export and pasting the code into hook_views_data(). There were may instances of a single quote in the help text not being escaped.
In doing an export and pasting the code into hook_views_data(). There were may instances of a single quote in the help text not being escaped.
Comments
Comment #1
frankcarey commentedPretty, easy to clean it up by hand, so marking this low priority.
Example:
Comment #2
mikeryanDone.