mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-21 02:41:04 +00:00
o moved http-equiv
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19321 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9fff290095
commit
241ee24da9
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
MetaRefresh: GSWGenericElement
|
||||
{
|
||||
elementName = "meta";
|
||||
"http-equiv" = "refresh";
|
||||
content = contentString;
|
||||
invokeAction = invokeAction;
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
<gsweb name="MetaRefresh"></gsweb>
|
||||
<gsweb name="MetaRefresh" http-equiv="refresh" ></gsweb>
|
Loading…
Reference in a new issue