aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-06-17 22:31:44 -0700
committerValerio Virgillito2012-06-17 22:31:44 -0700
commit8fe92b94ce5e1e2857d088752d94e19db7e3d8a8 (patch)
treed84807aae0b974b5200050972dd94da6066e363b /node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.html
parente570fc8518cf03dd03c15982edcf17c5ba0a293d (diff)
downloadninja-8fe92b94ce5e1e2857d088752d94e19db7e3d8a8.tar.gz
montage v11 merge into ninja
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
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