diff --git a/VERSION b/VERSION
index 57cf282ebbc41ec4cd51601733bc26d60c2341d4..338a5b5d8fec491b97978114dc35e36348fa56a7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.6.5
+2.6.6
diff --git a/templates/shortcuts.html.ep b/templates/shortcuts.html.ep
index ff73b268e77c7ae144f84766f8c1b1a4b9c69f7d..0954d00ae013287a262fe18c6de2816151b9eadc 100644
--- a/templates/shortcuts.html.ep
+++ b/templates/shortcuts.html.ep
@@ -43,7 +43,7 @@
   <tr v-for="shortcut in shortcuts" >
     <td v-bind:title="shortcut.title" class="text-bold w-32" @click="showInfo(shortcut)" >{{shortcut.shortcut}}</td>
     <td class="text-bold w-32" @click="showInfo(shortcut)" >{{ formatTimestamp(shortcut.created) }}</td>
-    <td v-bind:title="shortcut.url" @click="showInfo(shortcut)" >{{ stripURL(shortcut.url) }}</td>
+    <td v-bind:title="shortcut.title" @click="showInfo(shortcut)" >{{ stripURL(shortcut.url) }}</td>
     <td class="w-24" @click="showInfo(shortcut)">{{ shortcut.code == 301 ? '301 trvalé' : '302 dočasné'}}</td>
     <td class="w-16 text-right" @click="showInfo(shortcut)">{{shortcut.counter}}</td>
     <td class="w-40">