• R/O
  • HTTP
  • SSH
  • HTTPS

mod_chxj: Commit

mod_chxj


Commit MetaInfo

Revisãoe5c7c29f0c80d1f82591e9ed7aae0c39390dd57c (tree)
Hora2011-08-08 18:46:57
AutorAtsushi Konno <atkonn@gmai...>
CommiterAtsushi Konno

Mensagem de Log

  • NOP -wap-input-format
    Because Softbank Specification is completely stupid.
    and BOTHER!!!

Mudança Sumário

Diff

--- a/src/chxj_jxhtml.c
+++ b/src/chxj_jxhtml.c
@@ -2568,22 +2568,26 @@ s_jxhtml_start_input_tag(void *pdoc, Node *node)
25682568 W_V(attr_istyle);
25692569 W_L("\"");
25702570
2571+#if 0
25712572 char *vv = s_jxhtml_istyle_to_wap_input_format(doc->buf.pool,attr_istyle);
25722573 W_L(" style=\"");
25732574 W_L("-wap-input-format:");
25742575 W_V(vv);
25752576 W_L(";");
25762577 W_L("\"");
2578+#endif
25772579 }
25782580 else if(attr_type && STRCASEEQ('p','P',"password",attr_type)) {
25792581 W_L(" istyle=\"4\"");
25802582
2583+#if 0
25812584 char *vv = s_jxhtml_istyle_to_wap_input_format(doc->buf.pool,"4");
25822585 W_L(" style=\"");
25832586 W_L("-wap-input-format:");
25842587 W_V(vv);
25852588 W_L(";");
25862589 W_L("\"");
2590+#endif
25872591 }
25882592 /*--------------------------------------------------------------------------*/
25892593 /* The figure is default for the password. */
Show on old repository browser