The function of the left part (with a single place's detail) of these pages is the same.
To avoid having to make changes in two places every time:
[ ] Replace the code for the review screen's detail pane with the same code from the browse screen that should use the same javascript function (function parsePlace(data)) to construct the description .
This is the review screen:
This is the browse screen for the same place:
The function of the left part (with a single place's detail) of these pages is the same. To avoid having to make changes in two places every time: