diff options
| author | Jochen Wierum <jochen@jowisoftware.de> | 2011-08-23 18:52:23 +0200 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-09-09 14:41:19 +0400 |
| commit | 9abc671546ab05c5e77f2853c3de2d19b02c548f (patch) | |
| tree | 992a3c0e7436612a4561349a9dbf76dda3b524a8 /mobile | |
| parent | b9fca8678b2fc3603fc4e2d1b6da85b022f70381 (diff) | |
Got mobile view working on Opera Mobile, Safari and Android
Diffstat (limited to 'mobile')
| -rw-r--r-- | mobile/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/functions.php b/mobile/functions.php index e84be9342..1063fca18 100644 --- a/mobile/functions.php +++ b/mobile/functions.php @@ -491,7 +491,7 @@ //print "<div class=\"row\">"; //print "<label id='updated'>Updated:</label>"; - //print "<input enabled='false' name='updated' disabled value='$updated_fmt'/>"; + //print "<input type='text' enabled='false' name='updated' disabled value='$updated_fmt'/>"; //print "</div>"; // print "</fieldset>"; |