From f06c37c56114e1f727f28e1e29dd3dc727e7ef43 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 23 Dec 2019 22:53:16 +0000 Subject: [PATCH] Add title to remove cross on watchlist page --- module_index.json | 2 +- modules/feature-watchlist.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module_index.json b/module_index.json index 2f1205b..b79a383 100755 --- a/module_index.json +++ b/module_index.json @@ -195,7 +195,7 @@ "version": "0.1", "author": "Starbeamrainbowlabs", "description": "Adds per-user watchlists. When a page on a user's watchlist is edited, a notification email is sent.", - "lastupdate": 1577132588, + "lastupdate": 1577141571, "optional": false, "extra_data": [] }, diff --git a/modules/feature-watchlist.php b/modules/feature-watchlist.php index 517867e..653470e 100644 --- a/modules/feature-watchlist.php +++ b/modules/feature-watchlist.php @@ -61,7 +61,7 @@ register_module([ if(!empty($watchlist)) { $content .= ""; $content .= "

You can also clear your entire list and start again.

";