﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1313	Add Opt.htm page redirecting to AutoItSetOption.htm	MrCreatoR <mscreator@…>		"This issue is more related to autoit tag on the forum...

The '''Opt''' function in autoit tag on the forum is pointing to page [http://www.autoitscript.com/autoit3/docs/functions/Opt.htm], but it's not found (404), so the solution i think is just to add that page wich will redirect to the correct function page [http://www.autoitscript.com/autoit3/docs/functions/AutoItSetOption.htm].

Like this - '''Opt.htm''':


{{{
<html>
	<head><meta http-equiv=""Refresh"" content=""0;url=AutoItSetOption.htm""></head>
</html>
}}}



It can be fixed in the geshi autoit.php page, but i think this way it will be more compatible with other AutoIt related projects.
"	Bug	closed		Other	Other	None	Wont Fix	Opt autoit tag	
