Handling Image links
every image is wrapped with an <a>
merge, disables img links to the wiki File: page
```
<a class="image" href="sandbox/wiki/File:xyz.jpg"><img src="xyz.jpg""></a>
Becomes:
<a class="image" href="javascript:void(0);" ><img src="xyz.jpg""></a>
```
Handling Image links
every image is wrapped with an <a>
merge, disables img links to the wiki File: page
```
<a class="image" href="sandbox/wiki/File:xyz.jpg"><img src="xyz.jpg""></a>
Becomes:
<a class="image" href="javascript:void(0);" ><img src="xyz.jpg""></a>
```
Handling Image links
every image is wrapped with an
merge, disables img links to the wiki File: page
Handling Image links
every image is wrapped with an
merge, disables img links to the wiki File: page
a95c47ed85
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.