A line can now be: <h2><a id="module_bcmath" href="#module_bcmath">bcmath</a></h2> Instead of just: <h2><a id="module_bcmath">bcmath</a></h2>
1.8 KiB
name | about | title | labels | assignees |
---|---|---|---|---|
Bug report | Create a report for a problem that shouldn't be happening | type: bug |
Bug Description
A clear and concise description of what the bug is.
How to Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected Behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Server Information
PHP Operating System
Replace this code block with the "System" value
found towards the top of /e107_admin/phpinfo.php
e.g.
Linux localhost 2.4.21-0.13mdk #1 Fri Mar 14 15:08:06 EST 2003 i686
PHP Version
Replace this code block with the PHP version shown
at the top of /e107_admin/phpinfo.php
e.g.
PHP Version 7.3.13
PHP Modules
-
Go to /e107_admin/phpinfo.php
-
Change the page to "view source" mode by one of these methods:
- Press [Ctrl]+[u]
- Press [Option]+[Command]+[u]
- Add
view-source:
at the beginning of the address bar
-
Copy all the source code
-
Go to https://sed.js.org/
-
Paste everything into the "STDIN:" box
-
In the "Command line (--help):" box, write:
-rn 's|<h2><a id="module_[^"]+"[^>]+>([^<]+)</a></h2>|\1|p'
-
Copy everything from the "STDOUT | STDERR:" box.
-
Paste what you copied here, replacing this whole "PHP Modules" section.
Client Information
-
Towards the top, copy your user agent from the line that begins with "Your user agent".
-
Replace this section with the clipboard contents.
Example:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:71.0) Gecko/20100101 Firefox/71.0
Additional Information
Add any other context about the problem here.