mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 11:05:49 +02:00
MINOR Using $AbsoluteBaseURL in MultiFormTest (trunk compatibility)
This commit is contained in:
parent
fcce3f4907
commit
23480a8d05
@ -2,7 +2,7 @@
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<base href="$BaseHref"></base>
|
||||
<base href="$AbsoluteBaseURL"></base>
|
||||
<title>Test multiform controller</title>
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user