Get rid of " 's Repository" on tile
parent
ef4086d42b
commit
d594caf17f
Binary file not shown.
|
@ -17,7 +17,7 @@ b2871feeb961b0c3cf92cf755117d3a8 ./include/exec.php
|
|||
eb76c1b6ed3da5e5b393f22d2ec18430 ./javascript/libraries.js
|
||||
e29c13353bc1277fc2c3597782d7c954 ./skins/Narrow/css.php
|
||||
e7bf62923b2d7109b6848554701e12f6 ./skins/Narrow/skin.html
|
||||
ad5c00ed7347496b4bd1758a99996765 ./skins/Narrow/skin.php
|
||||
d359de872c12eda52a6e545bedfbc4d7 ./skins/Narrow/skin.php
|
||||
430966e5646376b62905b63a30de7102 ./scripts/PluginAPI.php
|
||||
11eecc7264a3057ee70cc00a24c8299b ./scripts/installMulti.php
|
||||
ce2c904b6a40c4677a3ff3484776959e ./scripts/installMultiPlugin.sh
|
||||
|
|
|
@ -999,6 +999,7 @@ function displayCard($template) {
|
|||
$template['Category'] = "";
|
||||
}
|
||||
extract($template);
|
||||
$display_repoName = str_replace("' Repository","",str_replace("'s Repository","",$display_repoName));
|
||||
$card = "
|
||||
<div class='$holder ca_holder' data-repository='".htmlentities($RepoName,ENT_QUOTES)."'>
|
||||
<div class='ca_iconArea'>
|
||||
|
|
Loading…
Reference in New Issue