mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -06:00
Show company website full link as text
CURA-5676
This commit is contained in:
parent
b0b148f2d0
commit
e17cf3dfbf
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ Item
|
||||||
{
|
{
|
||||||
if (details.website)
|
if (details.website)
|
||||||
{
|
{
|
||||||
return "<a href=\""+details.website+"\">Link</a>"
|
return "<a href=\""+details.website+"\">"+details.website+"</a>"
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue