Add an ellipsis when cutting urls
This commit is contained in:
committed by
Chris Morgan
parent
7e5264a3d0
commit
647a307fa9
@@ -744,7 +744,7 @@ class Application {
|
||||
$oVendor = new Vendor($this->iVendorId);
|
||||
|
||||
// set URL
|
||||
$appLinkURL = ($this->sWebpage) ? "<a href=\"".$this->sWebpage."\">".substr(stripslashes($this->sWebpage),0,30)."</a>": " ";
|
||||
$appLinkURL = ($this->sWebpage) ? trimmed_link($this->sWebpage,30) : " ";
|
||||
|
||||
// start display application
|
||||
echo html_frame_start("","98%","",0);
|
||||
|
||||
Reference in New Issue
Block a user