# Wiki not doing anything when save edit clicked

**URL:** https://meta.discourse.org/t/wiki-not-doing-anything-when-save-edit-clicked/118909
**Category:** Bug
**Created:** [May 28, 2019, 7:37pm UTC](https://meta.discourse.org/t/wiki-not-doing-anything-when-save-edit-clicked/118909 "2019-05-28T19:37:25Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![EricGT](https://avatars.discourse-cdn.com/v4/letter/e/f1d935/32.png) [@EricGT](https://meta.discourse.org/u/EricGT)
#### Post date: [May 28, 2019, 7:37pm UTC](https://meta.discourse.org/t/wiki-not-doing-anything-when-save-edit-clicked/118909/1 "2019-05-28T19:37:25Z")

</div>

For a wiki post I started, I added lots of raw HTML tables and links to png images. They look pretty good in the preview. Upon clicking `Save Edit` nothing happens. No save, no error message. Screen is the same as if I had not pressed `Save Edit`.

Same when pressing `Ctrl-Enter`.

Had to save text to local machine and abandon edit.

After save re-edited Wiki, pasted in saved text and then clicking `Save Edit` worked as expected.

Example of pasted HTML

```html

<table>
	<tr>
		<td style="text-align:left;vertical-align:top">a = a</td>
		<td style="text-align:left;vertical-align:top">π = π</td>
		<td style="text-align:left;vertical-align:top">☃ = ☃</td>
	</tr>
	<tr>
		<td style="text-align:left;vertical-align:top">
			Unify: <font color="green">true</font><br />
			MGU: {}
		</td>
		<td style="text-align:left;vertical-align:top">
			Unify: <font color="green">true</font><br />
			MGU: {}
		</td>
		<td style="text-align:left;vertical-align:top">
			Unify: <font color="green">true</font><br />
			MGU: {}
		</td>
	</tr>
	<tr>
		<td style="text-align:left;vertical-align:top">
			SWI-Prolog:<br />
			?- =(a,a).<br />
			true.
		</td>
		<td style="text-align:left;vertical-align:top">
			SWI-Prolog:<br />
			?- =(π,π).<br />
			true.
		</td>
		<td style="text-align:left;vertical-align:top">
			SWI-Prolog:<br />
			?- =(☃,☃).<br />
			true.
		</td>
	</tr>
</table>

![image|179x59](upload://aflxfL5MciVnWeRccFqv5Vyj2DY.png)  
![image|179x59](upload://7im8QmYe2pSIF0camTQ7l4YW7QZ.png)  
![image|179x59](upload://rO62CQBsJDJuPb05AT9FMtHNaWy.png)  

```

What preview shows.

 ![image](https://global.discourse-cdn.com/meta/original/3X/6/3/630caf925dfd6a1cd49b52450074f7deefb37383.png)

The pattern repeats 16 times, just the values for the data and images change.

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [May 28, 2019, 9:18pm UTC](https://meta.discourse.org/t/wiki-not-doing-anything-when-save-edit-clicked/118909/2 "2019-05-28T21:18:21Z")

</div>

Is there any reason you aren’t using markdown tables?

---

<div class="post-metadata">

### Author: ![EricGT](https://avatars.discourse-cdn.com/v4/letter/e/f1d935/32.png) [@EricGT](https://meta.discourse.org/u/EricGT)
#### Post date: [May 28, 2019, 9:29pm UTC](https://meta.discourse.org/t/wiki-not-doing-anything-when-save-edit-clicked/118909/3 "2019-05-28T21:29:57Z")

</div>

> [@Stephen](#):
>
> Is there any reason you aren’t using markdown tables?

Yes.

I started with markdown tables and they looked horrible. Give it a try and if you can do it looking as good as the example posted I will take a serious look at them again. I am no markdown expert, but also not a beginner.

Also the images are not in the way I would like them. They are also suppose to be a row in the table and line up under the corresponding query, but I haven’t figured out how to do images in a table in a way that discourse likes.

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [May 29, 2019, 11:01pm UTC](https://meta.discourse.org/t/wiki-not-doing-anything-when-save-edit-clicked/118909/4 "2019-05-29T23:01:30Z")

</div>

What do you see in your browser console after clicking safe edit? Any JS errors?

---

<div class="post-metadata">

### Author: ![EricGT](https://avatars.discourse-cdn.com/v4/letter/e/f1d935/32.png) [@EricGT](https://meta.discourse.org/u/EricGT)
#### Post date: [June 4, 2019, 3:21pm UTC](https://meta.discourse.org/t/wiki-not-doing-anything-when-save-edit-clicked/118909/5 "2019-06-04T15:21:37Z")

</div>

Sorry for the delayed reply. I wasn’t expecting another response and don’t regularly visit this forum

Currently can’t reproduce the error. Will try to remember this next time and respond back.

I only did the raw HTML tables once in discourse and don’t see a need for it again anytime soon. May be a long, long time, if ever that I need to do tables in discourse again.

[Here](https://swi-prolog.discourse.group/t/wiki-how-to-unification/691) is the actual page with the HTML. It is a Wiki so you can look at it you need.
