kpumuk / codecolorer

WordPress plugin which allows you to insert code snippets into the post with nice syntax highlighting.
https://kpumuk.info/projects/wordpress-plugins/codecolorer/
56 stars 14 forks source link

MySQL search does not work inside oracle website + open in the same windows #20

Closed Abu3safeer closed 1 year ago

Abu3safeer commented 6 years ago

Hello, I noticed that when you write MySQL code and the plugin auto detect MySQL codes like "CREATE ALTER INSERT ..." it make them links, but all links lead to thia page https://www.oracle.com/search/results

also when you click on the links they open in the same window, can you make it open on other one? "_blank"?

Abu3safeer commented 6 years ago

This is the query from codecolor: http://search.oracle.com/search/search?group=MySQL&q=ALTER and this is from mysql website: https://www.oracle.com/search/results?cat=mysql&Ntk=SI-ALL5&Ntt=ALTER

Abu3safeer commented 6 years ago

I have fixed it and made pull request (I have tested it on my wp website before making pull request).