Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9822de72
Commit
9822de72
authored
Jun 17, 2013
by
Lars Magne Ingebrigtsen
Committed by
Katsumi Yamaoka
Jun 17, 2013
Browse files
lisp/gnus/eww.el (eww-tag-input): Support <input type=image>
parent
c048c022
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+1
-0
lisp/gnus/eww.el
lisp/gnus/eww.el
+2
-1
No files found.
lisp/gnus/ChangeLog
View file @
9822de72
...
...
@@ -4,6 +4,7 @@
(eww-convert-widgets): Don't bug out if the first widget starts at the
beginning of the buffer.
(eww-convert-widgets): Fix last patch.
(eww-tag-input): Support <input type=image>.
* shr.el (shr-insert-table): Respect border-collapse: collapse.
(shr-tag-base): Protect against base specs that are degenerate.
...
...
lisp/gnus/eww.el
View file @
9822de72
...
...
@@ -279,7 +279,8 @@
(
value
(
cdr
(
assq
:value
cont
)))
(
widget
(
cond
((
equal
type
"submit"
)
((
or
(
equal
type
"submit"
)
(
equal
type
"image"
))
(
list
'push-button
:notify
'eww-submit
:name
(
cdr
(
assq
:name
cont
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment