nvisium-jack-mannino / OWASP-GoatDroid-Project

*This project is no longer maintained* OWASP GoatDroid is a fully functional and self-contained training environment for educating developers and testers on Android security. GoatDroid requires minimal dependencies and is ideal for both Android beginners as well as more advanced users. The project currently includes two applications: FourGoats, a location-based social network, and Herd Financial, a mobile banking application. There are also several feature that greatly simplify usage within a training environment or for absolute beginners who want a good introduction to working with the Android platform. Download the built version here: https://github.com/jackMannino/OWASP-GoatDroid-Project/downloads
239 stars 98 forks source link

Code Syntax Highlighting #9

Open nvisium-jack-mannino opened 11 years ago

nvisium-jack-mannino commented 11 years ago

Code syntax formatting and highlighting is broken within the GoatDroid Web UI. This is a JavaScript issue.

cktricky commented 11 years ago

To highlight stuff, I just use:

Some Stuff

We can change this in your primary css so that it's defined as like

span > .highlight { background-color:yellow }

Then you just have to do

Some Stuff

For the second part, the jquery snippet stuff, just need the pre class to match up with the one you defined in the primary JS file you are including instead of Ruby.

On Thu, Jul 25, 2013 at 5:32 PM, Jack Mannino notifications@github.comwrote:

Code syntax formatting and highlighting is broken within the GoatDroid Web UI. This is a JavaScript issue.

— Reply to this email directly or view it on GitHubhttps://github.com/jackMannino/OWASP-GoatDroid-Project/issues/9 .