aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-01-16 13:16:03 +0100
committerArthurHoaro <arthur@hoa.ro>2017-01-16 13:16:03 +0100
commitb87442f216e6745b8472b85ae8fe5d85ede29094 (patch)
treeef6862177d38770fb56d711e5d6fe1482a19ecab /index.php
parentae7f6b9d09c0f3e31d64e6c8a9804d5ab0c62eae (diff)
downloadShaarli-b87442f216e6745b8472b85ae8fe5d85ede29094.tar.gz
Shaarli-b87442f216e6745b8472b85ae8fe5d85ede29094.tar.zst
Shaarli-b87442f216e6745b8472b85ae8fe5d85ede29094.zip
Stay on the changetag page after tag deletion
+ fix changetag CSS alignement relates to #756
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 145ea3f6..5cc440bb 100644
--- a/index.php
+++ b/index.php
@@ -1208,7 +1208,7 @@ function renderPage($conf, $pluginManager, $LINKSDB)
1208 $LINKSDB[$key]=$value; 1208 $LINKSDB[$key]=$value;
1209 } 1209 }
1210 $LINKSDB->save($conf->get('resource.page_cache')); 1210 $LINKSDB->save($conf->get('resource.page_cache'));
1211 echo '<script>alert("Tag was removed from '.count($linksToAlter).' links.");document.location=\'?\';</script>'; 1211 echo '<script>alert("Tag was removed from '.count($linksToAlter).' links.");document.location=\'?do=changetag\';</script>';
1212 exit; 1212 exit;
1213 } 1213 }
1214 1214