Guest User

Untitled

a guest
Apr 20th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. --- html/options.php.orig 2009-11-14 02:28:38.000000000 +0900
  2. +++ html/options.php 2009-11-14 02:12:38.000000000 +0900
  3. @@ -178,7 +178,7 @@
  4. <label for="password"><?php _e( "Password", "wordtwit" ); ?></label>
  5. </li>
  6. <li>
  7. - <input type="text" name="message" value="<?php echo( htmlentities( $settings['message'] ) ); ?>" class="long" />
  8. + <input type="text" name="message" value="<?php echo( htmlentities( $settings['message'], ENT_COMPAT, "UTF-8" ) ); ?>" class="long" />
  9. <label for="message"><?php _e( "Message", "wordtwit" ); ?></label>
  10. </li>
  11. </ul>
Add Comment
Please, Sign In to add comment