Not sure if this has already already been reported /queried before or not?
In the Standard Search Result List and Tabular Search Result List
there is:
If you view source code of a search / filtering results page this code repeats. I assume as required?
However, in a HTML document an ID attribute should not be repeated, and should be used only once on a given page.
This can give unusual results depending on the browser a page is displayed in and the document type used.
In the Standard Search Result List and Tabular Search Result List
there is:
Code:
<ACTINIC:SEARCH_RESULTS> <div id="SearchResults"> <actinic:variable name="SearchResult" value="Standard Search Result"/> </div> </ACTINIC:SEARCH_RESULTS>
However, in a HTML document an ID attribute should not be repeated, and should be used only once on a given page.
This can give unusual results depending on the browser a page is displayed in and the document type used.
Comment