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