aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.html
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.html')
-rw-r--r--node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.html13
1 files changed, 9 insertions, 4 deletions
diff --git a/node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.html b/node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.html
index 256804c7..404c49d9 100644
--- a/node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.html
+++ b/node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.html
@@ -1,10 +1,15 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- <copyright>
3 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
4 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
5 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
6 </copyright> -->
2<html> 7<html>
3<head> 8<head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 9 <meta charset="utf-8">
5 <title>Autocomplete Template</title> 10 <link rel="stylesheet" href="autocomplete.css">
6 <link rel="stylesheet" type="text/css" href="autocomplete.css"> 11 <link rel="stylesheet" href="../../input-text.reel/input-text.css">
7</head> 12</head>
8<body> 13<body>
9</body> 14</body>
10</html> 15</html> \ No newline at end of file