MantisBT: master-2.27 ad13324a

Author Committer Branch Timestamp Parent
raspopov raspopov master-2.27 2025-02-11 11:58 master-2.27 7204d95d
Changeset

Fix HTML error in my_view_inc.php

Fix HTML issue reported by Nu Html Checker:

  • Error: Illegal character in query: [ is not allowed

Add new function string_build_query() to string_api.php, a unified call
of http_build_query().

mod - core/string_api.php Diff File
mod - my_view_inc.php Diff File