-
Bug
-
Resolution: Fixed
-
3.0.2
-
None
-
PHP Environment:
Database:
As you create the links like this:
<a href="#f{faq_block.S_ROW_COUNT}{faq_block.faq_row.S_ROW_COUNT}">
|
this could be easily fixed by using something like:
<a href="#fblock{faq_block.S_ROW_COUNT}row{faq_block.faq_row.S_ROW_COUNT}">
|