Formatting

Yudi
2020-01-07 11:49:57 -03:00
parent 4ece3616b5
commit a949aef63b

@@ -1,4 +1,4 @@
If a picture is deleted, the server icon is changed, or if a user changes its avatar, the images won't show up anymore. <br/><br/>
If a picture is deleted, the server icon is changed, or if a user changes its avatar, the images will no longer show up. <br/><br/>
![](https://i.imgur.com/9uAHT3o.png)
You can avoid this by saving the HTML using your browser.<br/>
@@ -13,13 +13,12 @@ Please notice that two files will be generated, a `.html` and a folder, they mus
![](https://i.imgur.com/sgjtOTD.gif)<br/>
### **WARNING**
If you doing this, some browsers will write information where this page was saved, and this can contain some private information, like your system username and pathname. This does not apply to Mozilla Firefox.
### Warning
Some browsers may save sensitive information to the file, such as your system username and paths. This doesn't apply to Firefox. Example:
Example:
```
<!DOCTYPE html>
<!-- saved from url=(0311)file:///C:/Users/username/Desktop/Page.html -->
```html
<!-- saved from url=(0000)file:///C:/Users/User/Documents/export.html -->
```
If you don't want this, remove using notepad second line of the generated file. Also, you can use regex for Notepad++ to remove from all files: `.*saved from url.*\n`
This line is safe for removal.<br/>
Power users may use regex when dealing with multiple files `.*saved from url.*\n`.