summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas BERNSTEIN <alexis211@gmail.com>2012-04-23 10:57:48 +0200
committerNicolas BERNSTEIN <alexis211@gmail.com>2012-04-23 10:57:48 +0200
commit42ab8ff48ca96d39bff5486a009fabb302e8ada5 (patch)
treecea5ff2040e083aa942b6aca35923ecb8f7cbf2e
parent0c29df39fabecdd80edef41f26ffdcb11c4e0e79 (diff)
downloadBits-42ab8ff48ca96d39bff5486a009fabb302e8ada5.tar.gz
Bits-42ab8ff48ca96d39bff5486a009fabb302e8ada5.zip
Minor bug correction
-rw-r--r--lib/notes/source.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/notes/source.php b/lib/notes/source.php
index 4ff40d7..cecf1c8 100644
--- a/lib/notes/source.php
+++ b/lib/notes/source.php
@@ -12,7 +12,7 @@ assert_error($note && ($note['public'] != 0 || $note['owner'] == $user['id']),
<!DOCTYPE html>
<html>
<head>
- <meta http-equiv="Content-Type" value="text/html; charset=utf-8" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<pre><? echo $note['text']; ?></pre>