diff options
| author | michael pereira | 2011-09-21 18:54:12 +0200 |
|---|---|---|
| committer | michael pereira | 2011-09-21 18:54:12 +0200 |
| commit | 32f1f627e62465975f7f38f464a8a5ee44a23a64 (patch) | |
| tree | 2dca5a9d81e617e58f99d6015bb4025c5efdad24 /application | |
| parent | kleiner fix (diff) | |
| download | pbs2-32f1f627e62465975f7f38f464a8a5ee44a23a64.tar.gz pbs2-32f1f627e62465975f7f38f464a8a5ee44a23a64.tar.xz pbs2-32f1f627e62465975f7f38f464a8a5ee44a23a64.zip | |
kleiner fix
Diffstat (limited to 'application')
| -rw-r--r-- | application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml index b116c04..c63ad8c 100644 --- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml +++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml @@ -59,7 +59,7 @@ TIMEOUT 100 PROMPT 0 -MENU BACKGROUND <?php echo "http://$this->host/ipxe/pbs2.png"; ?> +MENU BACKGROUND <?php echo "http://$this->host/ipxe/pbs2.png\n"; ?> MENU WIDTH 78 MENU MARGIN 9 MENU PASSWORDMARGIN 9 |
