From df617bac2a637d2e9cf2239f3f0c589ba82dddd0 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 6 Sep 2024 02:19:21 +0100 Subject: [PATCH] feature-guiconfig: typo --- modules/feature-guiconfig.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/feature-guiconfig.php b/modules/feature-guiconfig.php index 107ac77..186f8af 100644 --- a/modules/feature-guiconfig.php +++ b/modules/feature-guiconfig.php @@ -5,7 +5,7 @@ register_module([ "name" => "Settings GUI", - "version" => "0.1.8", + "version" => "0.1.9", "author" => "Starbeamrainbowlabs", "description" => "The module everyone has been waiting for! Adds a web based gui that lets mods change the wiki settings.", "id" => "feature-guiconfig", @@ -207,7 +207,7 @@ SCRIPT; exit(page_renderer::render_main("Master Settings Updated - $settings->sitename", $content)); }); - add_help_section("800-raw-page-content", "Viewing Raw Page Content", "

Although you can use the edit page to view a page's source, you can also ask $settings->sitename to send you the raw page source and nothing else. This feature is intented for those who want to automate their interaction with $settings->sitename.

+ add_help_section("800-raw-page-content", "Viewing Raw Page Content", "

Although you can use the edit page to view a page's source, you can also ask $settings->sitename to send you the raw page source and nothing else. This feature is intended for those who want to automate their interaction with $settings->sitename.

To use this feature, navigate to the page for which you want to see the source, and then alter the action parameter in the url's query string to be raw. If the action parameter doesn't exist, add it. Note that when used on an file's page this action will return the source of the description and not the file itself.

"); } ]);