Fixed broken update URL.
This commit is contained in:
parent
151acf0f63
commit
071eead744
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ namespace ScrewTurn.Wiki.Plugins.PluginPack {
|
|||
public class Footnotes : IFormatterProviderV30 {
|
||||
|
||||
// Kindly contributed by Jens Felsner
|
||||
private static readonly ComponentInformation info = new ComponentInformation("Footnotes Plugin", "Threeplicate Srl", "3.0.1.471", "http://www.screwturn.eu", "http://www.screwturn.eu/Version/PluginPack/RssFeedDisplay.txt");
|
||||
private static readonly ComponentInformation info = new ComponentInformation("Footnotes Plugin", "Threeplicate Srl", "3.0.1.471", "http://www.screwturn.eu", "http://www.screwturn.eu/Version/PluginPack/Footnotes.txt");
|
||||
|
||||
private static readonly Regex ReferencesRegex = new Regex("(<[ ]*references[ ]*/[ ]*>|<[ ]*references[ ]*>.*?<[ ]*/[ ]*references[ ]*>)", RegexOptions.Compiled | RegexOptions.IgnoreCase);
|
||||
private static readonly Regex RefRegex = new Regex("<[ ]*ref[ ]*>.*?<[ ]*/[ ]*ref[ ]*>", RegexOptions.Compiled | RegexOptions.IgnoreCase);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue