Issue 11880: Provide "alt" description from uploaded file
This commit is contained in:
@@ -85,7 +85,7 @@ var FileBrowser = {
|
||||
|
||||
var embed = "";
|
||||
if (FileBrowser.type == "image") {
|
||||
embed = "[url="+this.dataset.link+"][img="+this.dataset.img+"][/img][/url]";
|
||||
embed = "[url="+this.dataset.link+"][img="+this.dataset.img+"]"+this.dataset.alt+"[/img][/url]";
|
||||
}
|
||||
if (FileBrowser.type=="file") {
|
||||
// attachment links are "baseurl/attach/id"; we need id
|
||||
|
||||
Reference in New Issue
Block a user