Merge pull request #269 from exupero/patch-1

Updated error page title to "gitolite" from "gitosis".
This commit is contained in:
Valeriy Sizov 2012-01-07 01:56:52 -08:00
commit dae9cd2af6

View file

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>We're sorry, but we cant get access to your gitosis</title> <title>We're sorry, but we cant get access to your gitolite</title>
<style type="text/css"> <style type="text/css">
body { background-color: #EAEAEA; color: #666; text-align: center; font-family: arial, sans-serif; } body { background-color: #EAEAEA; color: #666; text-align: center; font-family: arial, sans-serif; }
div.dialog { div.dialog {