mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-23 19:51:13 +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
48c2cf1681
commit
fd4c40a5b4
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